|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.toplink.tools.builderreader.ProjectSpecification
OBSOLETE: This class has been replaced by the XMLProjectReader.
Constructor Summary |
ProjectSpecification()
Deprecated. By default, all Specifications will read descriptors and not tables. |
ProjectSpecification(java.lang.String projectPath)
Deprecated. The location of the project file is added to the search path. |
Method Summary |
Type | Method |
---|---|
void |
addSearchPath(java.lang.String searchPath)
Deprecated. PUBLIC: This method is used to add additional paths to the existing projectPath. |
void |
dontIncludeDescriptors()
Deprecated. PUBLIC: Do not read in the .descriptor files. |
void |
dontIncludeTables()
Deprecated. PUBLIC: Do not read in the .table files. |
void |
includeDescriptors()
Deprecated. PUBLIC: Include the .descriptor files in the read. |
void |
includeTables()
Deprecated. PUBLIC: Include the .table files in the read. |
void |
setProjectPath(java.lang.String projectPath)
Deprecated. PUBLIC: Set the location and name of the .project file. |
void |
setSearchPath(java.lang.String searchPath)
Deprecated. PUBLIC: Set the search path to a single string. |
void |
setSearchPaths(java.util.Vector searchPaths)
Deprecated. PUBLIC: Set the search path to a vector of strings. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProjectSpecification()
public ProjectSpecification(java.lang.String projectPath)
Method Detail |
public void addSearchPath(java.lang.String searchPath)
public void dontIncludeDescriptors()
public void dontIncludeTables()
public void includeDescriptors()
public void includeTables()
public void setProjectPath(java.lang.String projectPath)
public void setSearchPath(java.lang.String searchPath)
public void setSearchPaths(java.util.Vector searchPaths)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |