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

B15903-01


oracle.toplink.tools.builderreader
Class ProjectWriteSpecification

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


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

public class ProjectWriteSpecification
extends ProjectSpecification

OBSOLETE: This class has been replaced by the ProjectClassGenerator.


Constructor Summary
ProjectWriteSpecification()
Deprecated. Default Constructor for ProjectWriteSpecification.
ProjectWriteSpecification(java.lang.String projectPath)
Deprecated. ProjectReadSpecification constructor comment.

Method Summary
java.lang.String getProjectClassName()
Deprecated. PUBLIC: Get the fully qualified classname for the project
java.lang.String getTableCreatorClassName()
Deprecated. PUBLIC: Get the fully qualified classname used to create tables
java.lang.String getTargetPath()
Deprecated. PUBLIC: Return the target path where the files will be written.
void setProjectClassName(java.lang.String projectClassName)
Deprecated. PUBLIC: Set the fully qualified classname for the project.
void setTableCreatorClassName(java.lang.String tableCreatorClassName)
Deprecated. PUBLIC: Set the fully qualified classname used to create tables.
void setTargetPath(java.lang.String targetPath)
Deprecated. PUBLIC: Set the target path.

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

ProjectWriteSpecification

public ProjectWriteSpecification()
Deprecated.
Default Constructor for ProjectWriteSpecification.

ProjectWriteSpecification

public ProjectWriteSpecification(java.lang.String projectPath)
Deprecated.
ProjectReadSpecification constructor comment.

Method Detail

getProjectClassName

public java.lang.String getProjectClassName()
Deprecated.
PUBLIC: Get the fully qualified classname for the project

getTableCreatorClassName

public java.lang.String getTableCreatorClassName()
Deprecated.
PUBLIC: Get the fully qualified classname used to create tables

getTargetPath

public java.lang.String getTargetPath()
Deprecated.
PUBLIC: Return the target path where the files will be written.

setProjectClassName

public void setProjectClassName(java.lang.String projectClassName)
Deprecated.
PUBLIC: Set the fully qualified classname for the project. A file will be built that is named the same as the unqualified name of this class. For example, if the argument to this method is "Test.Project.TestClass", a file called TestClass.java will be created.

setTableCreatorClassName

public void setTableCreatorClassName(java.lang.String tableCreatorClassName)
Deprecated.
PUBLIC: Set the fully qualified classname used to create tables. A file will be built that is named the same as the unqualified name of this class. For example, if the argument to this method is "Test.Project.TestClass", a file called TestClass.java will be created.

setTargetPath

public void setTargetPath(java.lang.String targetPath)
Deprecated.
PUBLIC: Set the target path. This path is where the java files will be written to.

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