|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.mtj.core.importer.LibraryImporter
public class LibraryImporter
A helper class for the importing of a Library instance based on a java.io.File.
| Constructor Summary | |
|---|---|
LibraryImporter()
Construct a new library importer. |
|
| Method Summary | |
|---|---|
ILibrary |
createLibraryFor(File libraryFile)
Construct and return a new Library instance for the specified library file. |
ILibrary |
createLibraryFor(File libraryFile,
IAccessRule[] accessRules)
Construct and return a new Library instance for the specified library file with the provided access rules. |
void |
setJavadocDetector(JavadocDetector javadocDetector)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LibraryImporter()
| Method Detail |
|---|
public ILibrary createLibraryFor(File libraryFile)
libraryFile - the file to be wrapped up as a library.
public ILibrary createLibraryFor(File libraryFile,
IAccessRule[] accessRules)
libraryFile - accessRules -
public void setJavadocDetector(JavadocDetector javadocDetector)
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||