|
Oracle Application Server TopLink API Reference 10g (9.0.4) B10491-01 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.toplink.sessions.Project | +--oracle.toplink.tools.builderreader.ProjectReader
replaced by oracle.toplink.tools.workbench.XMLProjectReader
OBSOLETE: This class has been replaced by the XMLProjectReader.
Field Summary | |
static boolean |
shouldApplyAmendmentMethods Deprecated. |
Constructor Summary | |
ProjectReader() Deprecated. New ProjectsReaders should only be created by the static read methods. | |
ProjectReader(DatabaseLogin login) Deprecated. |
Method Summary | |
java.util.Vector |
getSearchPath() Deprecated. |
TableCreator |
getTableCreator() Deprecated. PUBLIC: Return the table creator for the project. |
static ProjectReader |
read(ProjectReadSpecification projectSpec) Deprecated. PUBLIC: This method can be used if the other two read methods do not meet your needs. |
static ProjectReader |
read(java.lang.String projectPath) Deprecated. PUBLIC: Given a source string which could be a file name, URL, or URL like method name a project will be read and constructed. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static boolean shouldApplyAmendmentMethods
Constructor Detail |
public ProjectReader()
read(String)
public ProjectReader(DatabaseLogin login)
Method Detail |
public java.util.Vector getSearchPath()
public TableCreator getTableCreator()
public static ProjectReader read(java.lang.String projectPath) throws BuilderException
projectPath
- String full or relative path to find Project's INI fileBuilderException
public static ProjectReader read(ProjectReadSpecification projectSpec) throws BuilderException
projectSpec
- ProjectReadSpecification full or relative path to find Project's INI fileBuilderException
|
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |