Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


oracle.toplink.tools.builderreader
Class ProjectSpecification

java.lang.Object
  extended byoracle.toplink.tools.builderreader.ProjectSpecification

Direct Known Subclasses:
ProjectReadSpecification, ProjectWriteSpecification

Deprecated. replaced by oracle.toplink.tools.workbench.XMLProjectReader

public abstract class ProjectSpecification
extends java.lang.Object

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
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

ProjectSpecification

public ProjectSpecification()
Deprecated.
By default, all Specifications will read descriptors and not tables.

ProjectSpecification

public ProjectSpecification(java.lang.String projectPath)
Deprecated.
The location of the project file is added to the search path.

Method Detail

addSearchPath

public void addSearchPath(java.lang.String searchPath)
Deprecated.
PUBLIC: This method is used to add additional paths to the existing projectPath. These additional paths will be searched as well as the original projectPath.

dontIncludeDescriptors

public void dontIncludeDescriptors()
Deprecated.
PUBLIC: Do not read in the .descriptor files.

dontIncludeTables

public void dontIncludeTables()
Deprecated.
PUBLIC: Do not read in the .table files.

includeDescriptors

public void includeDescriptors()
Deprecated.
PUBLIC: Include the .descriptor files in the read.

includeTables

public void includeTables()
Deprecated.
PUBLIC: Include the .table files in the read.

setProjectPath

public void setProjectPath(java.lang.String projectPath)
Deprecated.
PUBLIC: Set the location and name of the .project file.

setSearchPath

public void setSearchPath(java.lang.String searchPath)
Deprecated.
PUBLIC: Set the search path to a single string.

setSearchPaths

public void setSearchPaths(java.util.Vector searchPaths)
Deprecated.
PUBLIC: Set the search path to a vector of strings.

Copyright © 1998, 2005 Oracle Corporation. All Rights Reserved.