|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.erowid.masterdoc.Repository
org.erowid.masterdoc.InternalRepository
The settings for APIs that are to be generated.
| Constructor Summary | |
InternalRepository(String name,
String shortDescription,
String longDescription,
String generalUrl)
|
|
| Method Summary | |
void |
addDependency(String name)
Adds an internal dependency. |
void |
addDocDir(File path)
Adds a document directory. |
void |
addSourcePath(File path)
Adds a source path |
LinkedList |
getDependencies()
Returns the internal dependencies for this repository. |
LinkedList |
getDocDirs()
Returns a list of document directories, as File. |
String |
getSourcePath()
Returns the source path |
boolean |
hasDocs()
Returns true if there are document directories for this entry. |
boolean |
hasSource()
Returns true if there is source code for this repository (and therefore an API should be generated). |
boolean |
isUseDefaultDependencies()
Returns true if no dependencies have been set. |
void |
setUseDefaultDependencies(boolean value)
Will have this repository use the default internal dependency list. |
| Methods inherited from class org.erowid.masterdoc.Repository |
getGeneralUrl, getLongDescription, getName, getPathFromFileList, getShortDescription, hasGeneralUrl, setGeneralUrl, setLongDescription, setName, setShortDescription |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public InternalRepository(String name,
String shortDescription,
String longDescription,
String generalUrl)
name - shortDescription - longDescription - | Method Detail |
public boolean hasSource()
public boolean hasDocs()
public String getSourcePath()
public void addSourcePath(File path)
public void addDocDir(File path)
public LinkedList getDocDirs()
File.
public LinkedList getDependencies()
public void setUseDefaultDependencies(boolean value)
public void addDependency(String name)
public boolean isUseDefaultDependencies()
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||