Extension SDK 10.1.2

oracle.jdeveloper.builder.file
Class FileBuilderModel.FileSourceModel

java.lang.Object
  extended byoracle.jdeveloper.builder.SourceModel
      extended byoracle.jdeveloper.builder.file.FileBuilderModel.FileSourceModel
Enclosing class:
FileBuilderModel

protected class FileBuilderModel.FileSourceModel
extends SourceModel


Constructor Summary
protected FileBuilderModel.FileSourceModel()
           
 
Method Summary
 java.lang.String getExtension()
          Retrieves the extension used when creating new files.
 
Methods inherited from class oracle.jdeveloper.builder.SourceModel
checkForExistingFile, createNode, generateDefaultFileName, getBaseURL, getDefaultNameStartIndex, getDirectory, getFileName, getNodeType, getProject, getRelativeDirectory, getURL, isInSourcePath, setDirectory, setFileName, setProject, setRelativeDirectory, setURL, updateBaseURLFromProject, verifyPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileBuilderModel.FileSourceModel

protected FileBuilderModel.FileSourceModel()
Method Detail

getExtension

public java.lang.String getExtension()
Description copied from class: SourceModel
Retrieves the extension used when creating new files. The extension should include the '.'.

Overrides:
getExtension in class SourceModel
Returns:
the file extension to use when creating the file associated with this SourceModel.

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.