Oracle Application Server TopLink API Reference
10g (9.0.4)

B10491-01

oracle.toplink.tools.builderreader
Class ProjectReadSpecification

java.lang.Object
  |
  +--oracle.toplink.tools.builderreader.ProjectSpecification
        |
        +--oracle.toplink.tools.builderreader.ProjectReadSpecification

Deprecated.

 replaced by oracle.toplink.tools.workbench.XMLProjectReader

public class ProjectReadSpecification
extends ProjectSpecification

OBSOLETE: This class has been replaced by the XMLProjectReader.


Constructor Summary
ProjectReadSpecification()
          Deprecated. PUBLIC: Default constructor for ProjectReadSpecification
ProjectReadSpecification(java.lang.String projectPath)
          Deprecated. PUBLIC: Creates a new ProjectReadSpecification with a new projectPath.

 

Methods inherited from class oracle.toplink.tools.builderreader.ProjectSpecification
addSearchPath, dontIncludeDescriptors, dontIncludeTables, includeDescriptors, includeTables, setProjectPath, setSearchPath, setSearchPaths

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ProjectReadSpecification

public ProjectReadSpecification()
Deprecated. 
PUBLIC: Default constructor for ProjectReadSpecification

ProjectReadSpecification

public ProjectReadSpecification(java.lang.String projectPath)
Deprecated. 
PUBLIC: Creates a new ProjectReadSpecification with a new projectPath.
Parameters:
projectPath - The location and name of the .project file

Copyright © 2003 Oracle Corporation. All Rights Reserved.