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

B15903-01


oracle.toplink.tools.builderreader
Class ProjectReadSpecification

java.lang.Object
  extended byoracle.toplink.tools.builderreader.ProjectSpecification
      extended byoracle.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 © 1998, 2005 Oracle Corporation. All Rights Reserved.