Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Uses of Class
oracle.javatools.data.HashStructure

Packages that use HashStructure
oracle.ide Contains classes that allow addins access to the IDE integration objects. 
oracle.ide.config Contains classes encapsulating JDevelopers's environment settings. 
oracle.ide.db.transfer Contains an API for transfering database object from one DBObjectProvider to another. 
oracle.ide.editor Contains classes and interfaces that allow addins to add their own specialized editors to JDeveloper. 
oracle.ide.extension   
oracle.ide.externaltools Contains interfaces and classes that allow external tools in the IDE to be invoked, manipulated and extended by extensions. 
oracle.ide.marshal.xml Provides the ability to marshal and unmarshal objects to XML using an archiving algorithm that accesses public get/set methods, which is in contrast to serialization which directly accesses fields, even if they are private. 
oracle.ide.model Contains interfaces and classes implementing JDeveloper's data model. 
oracle.ide.net Provides a virtual file system framework based on java.net.URL. 
oracle.ide.resourcebundle Provides a designtime abstraction around locating and managing resource bundles used by visual and non-visual editors. 
oracle.ide.usages   
oracle.ide.util Contains utility classes. 
oracle.ide.webbrowser Contains classes that allow addins some level of control on the IDE web browser settings. 
oracle.ideimpl.webupdate   
oracle.ideimpl.webupdate.task   
oracle.javatools.data   
oracle.javatools.db.ddl API for generating DDL in the database API. 
oracle.javatools.db.plsql Utility classes for working with (for example parsing) PL/SQL. 
oracle.javatools.editor.print The Print package is a subset of the Editor package, and contains a basic Pageable implementation for printing out the contents of a BasicDocument. 
oracle.javatools.parser.java.v2.write API involved with writing. 
oracle.jdeveloper.deploy.cmd   
oracle.jdeveloper.deploy.cmd.weblogic   
oracle.jdeveloper.deploy.dt   
oracle.jdeveloper.deploy.ear   
oracle.jdeveloper.deploy.ejb   
oracle.jdeveloper.deploy.j2ee   
oracle.jdeveloper.deploy.jar   
oracle.jdeveloper.deploy.war   
oracle.jdeveloper.library The Libraries package provides the library API used by JDeveloper. 
oracle.jdeveloper.model Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. 
oracle.jdeveloper.offlinedb.model Classes that define an offline database's settings and properties. 
oracle.jdeveloper.offlinedb.userprops Extension to the Offline Database that allows the association of a library of user properties to be associated with an offline database. 
oracle.jdeveloper.runner Contains classes that allow addins some level of control on the JDeveloper runner system. 
oracle.jdeveloper.template   
 

Uses of HashStructure in oracle.ide
 

Methods in oracle.ide that return HashStructure
 HashStructure ProductInformation.getHashStructure()
          Returns a read-only HashStructure containing the information that was read from the "product-hook> element of the product extension's manifest file.
 

Constructors in oracle.ide with parameters of type HashStructure
ProductInformation(HashStructure hash)
          Creates an instance of ProductInformation based on the specified HashStructure.
 

Uses of HashStructure in oracle.ide.config
 

Methods in oracle.ide.config that return HashStructure
 HashStructure Preferences.getProperties()
           
 

Constructors in oracle.ide.config with parameters of type HashStructure
ChangeEventSource(HashStructure hash)
          Creates a ChangeEventSource using the specified HashStructure for storage.
 

Uses of HashStructure in oracle.ide.db.transfer
 

Methods in oracle.ide.db.transfer that return HashStructure
 HashStructure TransferDescriptor.getProperties()
           
 

Constructors in oracle.ide.db.transfer with parameters of type HashStructure
TransferDescriptor(HashStructure hash)
           
 

Uses of HashStructure in oracle.ide.editor
 

Constructors in oracle.ide.editor with parameters of type HashStructure
EditorsOptions(HashStructure hash)
           
 

Uses of HashStructure in oracle.ide.extension
 

Methods in oracle.ide.extension that return HashStructure
 HashStructure HashStructureHook.getHashStructure()
          Gets the hash structure constructed for this hook.
 HashStructure HashStructureElementVisitor.getHashStructure()
          Returns the HashStructure where this HashStructureElementVisitor unmarshalled its properties.
 

Methods in oracle.ide.extension that return types with arguments of type HashStructure
 java.util.Collection<NameValuePair<HashStructure>> HashStructureHook.getOrderedElements(HashStructure hash)
          Given a HashStructure representing a custom hook element that contains non-homogenous elements, get an ordered collection of hash structures encapsulating those elements.
 

Methods in oracle.ide.extension with parameters of type HashStructure
static java.lang.String HashStructureHook.getExtensionId(HashStructure context)
          Tries to find id of the extension that was responsible for populating the specified hash structure.
static LazyClassAdapter LazyClassAdapter.getInstance(HashStructure hash)
          Creates an instance of this adapter for the specified hash structure.
 java.util.Collection<NameValuePair<HashStructure>> HashStructureHook.getOrderedElements(HashStructure hash)
          Given a HashStructure representing a custom hook element that contains non-homogenous elements, get an ordered collection of hash structures encapsulating those elements.
static java.lang.String HashStructureHook.getText(HashStructure context)
          Gets the text content of some hash structure.
 

Constructors in oracle.ide.extension with parameters of type HashStructure
HashStructureElementVisitor(HashStructure root)
          Creates a new HashStructureElementVisitor which will store unmarshalled properties into the specified HashStructure instance.
 

Uses of HashStructure in oracle.ide.externaltools
 

Methods in oracle.ide.externaltools that return HashStructure
 HashStructure ExternalTool.getData()
          Gets persistent properties of this tool.
 

Methods in oracle.ide.externaltools with parameters of type HashStructure
static ExternalProgramToolProperties ExternalProgramToolProperties.getInstance(HashStructure hs)
           
static ExternalToolBaseProperties ExternalToolBaseProperties.getInstance(HashStructure hs)
          Gets an instance of ExternalToolBaseProperties for the specified hash structure.
 void ExternalTool.setData(HashStructure hs)
          Sets persistent properties of this tool.
 

Uses of HashStructure in oracle.ide.marshal.xml
 

Methods in oracle.ide.marshal.xml that return HashStructure
 HashStructure HashStructureIO.read(java.io.Reader reader, java.net.URL baseUrl)
          Reads a hash structure from the specified Reader.
 HashStructure HashStructureIO.toHashStructure(org.w3c.dom.Element elem)
           
 

Methods in oracle.ide.marshal.xml with parameters of type HashStructure
 void HashStructureIO.write(HashStructure hs, java.io.Writer writer, java.net.URL baseUrl)
          Writes out a persistent hash structure to the specified Writer.
 

Uses of HashStructure in oracle.ide.model
 

Methods in oracle.ide.model that return HashStructure
 HashStructure DataContainer.getProperties()
          Returns the root HashStructure object that holds properties for this Project.
 HashStructure HashStructureNode.getProperties()
          Returns a cascading HashStructure that represents this project's persistent properties.
 HashStructure HashStructureNode.getPropertiesForOverriding()
           
 HashStructure DataContainer.getSharedPropertiesOnly()
          This method returns the persistent HashStructure that is not user-private.
 HashStructure DataContainer.getUserPropertiesOnly()
          For DataContainer subtypes that distinguish between user-private properties and shared properties, this method returns only the user-private HashStructure.
 HashStructure HashStructureNode.getUserPropertiesOnly()
          Returns a HashStructure that contains only the user-private properties (no shared properties).
 

Methods in oracle.ide.model with parameters of type HashStructure
static ProjectContent ProjectContent.getInstance(HashStructure hash)
           
static void Project.setCustomizedDefaults(HashStructure hash)
          Sets the specified HashStructure as the source for customized default values for the project.
 

Constructors in oracle.ide.model with parameters of type HashStructure
ContentSet(HashStructure contentSetHash)
          Creates a ContentSet that is bound to the specified HashStructure.
ContentSet(HashStructure contentSetHash, boolean persistentComposite)
          Creates a ContentSet that is bound to the specified HashStructure.
ProjectVersion(HashStructure projectHash)
           
 

Uses of HashStructure in oracle.ide.net
 

Methods in oracle.ide.net with parameters of type HashStructure
static URLPath URLPath.getURLPath(HashStructure hash, java.lang.String urlPathName)
          Retrieves the URLPath that is stored within the specified HashStructure at the specified name.
static boolean URLPath.setURLPath(HashStructure hash, java.lang.String urlPathName, URLPath urlPath)
          Stores the specified URLPath into the HashStructure at the specified name.
 

Uses of HashStructure in oracle.ide.resourcebundle
 

Methods in oracle.ide.resourcebundle that return HashStructure
 HashStructure RegisteredBundleAdapter.getBaseHashStructure()
           
 

Methods in oracle.ide.resourcebundle with parameters of type HashStructure
static ResourceBundlePreferences ResourceBundlePreferences.getInstance(HashStructure hash)
          Get an instance of ResourceBundlePreferences that adapt the specified hash structure
 

Constructors in oracle.ide.resourcebundle with parameters of type HashStructure
RegisteredBundleAdapter(HashStructure hash)
           
 

Uses of HashStructure in oracle.ide.usages
 

Constructors in oracle.ide.usages with parameters of type HashStructure
UsageData(HashStructure hash)
           
 

Uses of HashStructure in oracle.ide.util
 

Methods in oracle.ide.util with parameters of type HashStructure
static boolean PatternFilters.containsFilters(HashStructure contentSetHash)
           
static PatternFilters PatternFilters.getInstance(HashStructure contentSetHash)
           
static void PatternFilters.removeFilters(HashStructure contentSetHash)
           
 

Uses of HashStructure in oracle.ide.webbrowser
 

Constructors in oracle.ide.webbrowser with parameters of type HashStructure
ProxyOptions(HashStructure hash)
           
 

Uses of HashStructure in oracle.ideimpl.webupdate
 

Methods in oracle.ideimpl.webupdate that return HashStructure
 HashStructure CheckForUpdatesPreferences.getPingedVersions()
           
 HashStructure CheckForUpdatesPreferences.getPreviousUpdates()
           
 

Methods in oracle.ideimpl.webupdate with parameters of type HashStructure
 void CheckForUpdatesPreferences.setPingedVersions(HashStructure pingedVersions)
           
 void CheckForUpdatesPreferences.setPreviousUpdates(HashStructure previousUpdates)
           
 

Uses of HashStructure in oracle.ideimpl.webupdate.task
 

Methods in oracle.ideimpl.webupdate.task that return HashStructure
protected  HashStructure AtomicTask.getProperties()
          Get (persistent) properties used by this task.
 

Uses of HashStructure in oracle.javatools.data
 

Fields in oracle.javatools.data declared as HashStructure
protected  HashStructure HashStructureAdapter._hash
           
 

Methods in oracle.javatools.data that return HashStructure
 HashStructure HashStructure.asReadOnly()
          Returns a HashStructure that provides read-only access to this HashStructure's properties.
 HashStructure HashStructure.copyTo(HashStructure target)
          Copies all properties recursively from this HashStructure to the specified target HashStructure.
 HashStructure HashStructure.copyTo(HashStructure target, java.lang.String[] names)
          Copies the properties specified by the names parameter from this HashStructure to the specified target HashStructure.
protected static HashStructure HashStructureAdapter.findOrCreate(PropertyStorage storage, java.lang.String name)
          This method tries to find an existing instance of a HashStructure by the specified name.
protected  HashStructure HashStructureAdapter.getHashStructure()
          Returns the HashStructure this adapter is adapting.
 HashStructure HashStructure.getHashStructure(java.lang.String name)
           
 HashStructure ChangeInfo.getNewValueAsHashStructure()
          Returns the new value as a HashStructure.
 HashStructure ChangeInfo.getOldValueAsHashStructure()
          Returns the old value as a HashStructure.
 HashStructure HashStructure.getOrCreateHashStructure(java.lang.String name)
          Returns the HashStructure bound at the specified name or if no object is currently bound to that name creates a new, empty HashStructure object and binds it to the specified name as a placeholder.
 HashStructure ChangeInfo.getParentAsHashStructure()
          Returns the parent as a HashStructure.
 HashStructure PropertyStorage.getProperties()
           
static HashStructure HashStructure.newChainForOverriding(HashStructure[] hashes)
          Returns a composite HashStructure that is backed by the specified array of HashStructures, treating the array as a lookup queue.
static HashStructure HashStructure.newChainForStatusQuo(HashStructure[] hashes)
          Returns a composite HashStructure that is backed by the specified array of HashStructures, treating the array as a lookup queue.
static HashStructure HashStructure.newInstance()
           
 

Methods in oracle.javatools.data with parameters of type HashStructure
 HashStructure HashStructure.copyTo(HashStructure target)
          Copies all properties recursively from this HashStructure to the specified target HashStructure.
 HashStructure HashStructure.copyTo(HashStructure target, java.lang.String[] names)
          Copies the properties specified by the names parameter from this HashStructure to the specified target HashStructure.
static HashStructure HashStructure.newChainForOverriding(HashStructure[] hashes)
          Returns a composite HashStructure that is backed by the specified array of HashStructures, treating the array as a lookup queue.
static HashStructure HashStructure.newChainForStatusQuo(HashStructure[] hashes)
          Returns a composite HashStructure that is backed by the specified array of HashStructures, treating the array as a lookup queue.
 void HashStructure.putHashStructure(java.lang.String name, HashStructure hash)
          Binds the specified name to the specified HashStructure.
 void HashStructure.putPlaceholderHashStructure(java.lang.String name, HashStructure hash)
          Binds the specified name to the specified HashStructure as a placeholder.
 

Constructors in oracle.javatools.data with parameters of type HashStructure
HashStructureAdapter(HashStructure hash)
          The specified HashStructure must not be null.
 

Uses of HashStructure in oracle.javatools.db.ddl
 

Constructors in oracle.javatools.db.ddl with parameters of type HashStructure
DDLOptions(HashStructure hash)
           
 

Uses of HashStructure in oracle.javatools.db.plsql
 

Constructors in oracle.javatools.db.plsql with parameters of type HashStructure
PlSqlCompilerOptions(HashStructure hash)
           
 

Uses of HashStructure in oracle.javatools.editor.print
 

Constructors in oracle.javatools.editor.print with parameters of type HashStructure
HTMLGeneratorOptions(HashStructure hash)
           
PrintOptions(HashStructure hash)
          Construct a new PrintOptions with default option values using the specified HashStructure for storage.
 

Uses of HashStructure in oracle.javatools.parser.java.v2.write
 

Methods in oracle.javatools.parser.java.v2.write that return HashStructure
 HashStructure SourcePreferences.getMemberOrderHashStructure()
          Gets the MEMBER_ORDER hash structure.
 

Constructors in oracle.javatools.parser.java.v2.write with parameters of type HashStructure
SourcePreferences(HashStructure hash)
           
 

Uses of HashStructure in oracle.jdeveloper.deploy.cmd
 

Methods in oracle.jdeveloper.deploy.cmd with parameters of type HashStructure
static DeployCommand DeployCommand.create(HashStructure hash)
           
static java.lang.String DeployCommandState.getCommandClassName(HashStructure hash)
           
static int DeployCommandState.getCommandId(HashStructure hash)
           
static int DeployCommandState.getCommandType(HashStructure hash)
           
protected  DeployCommandState DeployCommand.newState(HashStructure hash)
           
 void DeployCommandState.saveTo(HashStructure hash)
           
 

Constructors in oracle.jdeveloper.deploy.cmd with parameters of type HashStructure
DeployCommand(HashStructure hash)
           
DeployCommandState(HashStructure hash)
           
DeployToAppServer(HashStructure hash)
           
DeployToAppServerState(HashStructure hash)
           
DeployToArchive(HashStructure hash)
           
DeployToArchiveState(HashStructure hash)
           
DeployToEar(HashStructure hash)
           
DeployToEarState(HashStructure hash)
           
DeployToFile(HashStructure hash)
           
DeployToFileState(HashStructure hash)
           
DeployToWar(HashStructure hash)
           
DeployToWarState(HashStructure hash)
           
ProfileDeployCmd(HashStructure hash)
           
ProfileDeployCmdState(HashStructure hash)
           
 

Uses of HashStructure in oracle.jdeveloper.deploy.cmd.weblogic
 

Constructors in oracle.jdeveloper.deploy.cmd.weblogic with parameters of type HashStructure
DeployToWeblogic(HashStructure hash)
           
DeployToWeblogicState(HashStructure hash)
           
 

Uses of HashStructure in oracle.jdeveloper.deploy.dt
 

Methods in oracle.jdeveloper.deploy.dt that return HashStructure
 HashStructure Profile.getHashStructure()
           
 HashStructure AbstractHashDependable.getHashStructure()
           
 

Methods in oracle.jdeveloper.deploy.dt with parameters of type HashStructure
static Dependable AbstractHashDependable.createDependable(HashStructure hash)
          Creates a typed Dependable based on a HashStructure.
static Profile Deployment.createDeploymentProfile(HashStructure hash, DataContainer container)
          Creates a Profile from a HashStructure.
static
<T extends Profile>
java.lang.Class<T>
Profile.getProfileClass(HashStructure hash, java.lang.ClassLoader loader)
          Returns the Class for a Profile.
 

Constructors in oracle.jdeveloper.deploy.dt with parameters of type HashStructure
AbstractHashDependable(HashStructure hash)
           
AbstractHashDependable(HashStructure hash, java.lang.Class clazz)
           
DeployElement(HashStructure hash)
           
Profile(HashStructure hash)
           
 

Uses of HashStructure in oracle.jdeveloper.deploy.ear
 

Constructors in oracle.jdeveloper.deploy.ear with parameters of type HashStructure
EarProfile(HashStructure hash)
           
 

Uses of HashStructure in oracle.jdeveloper.deploy.ejb
 

Constructors in oracle.jdeveloper.deploy.ejb with parameters of type HashStructure
EjbProfile(HashStructure hash)
           
 

Uses of HashStructure in oracle.jdeveloper.deploy.j2ee
 

Constructors in oracle.jdeveloper.deploy.j2ee with parameters of type HashStructure
J2eeProfile(HashStructure hash)
           
 

Uses of HashStructure in oracle.jdeveloper.deploy.jar
 

Methods in oracle.jdeveloper.deploy.jar that return HashStructure
 HashStructure ArchiveOptions.getHashStructure()
           
 

Constructors in oracle.jdeveloper.deploy.jar with parameters of type HashStructure
AppClientProfile(HashStructure hash)
           
ArchiveOptions(HashStructure hash)
           
ArchiveProfile(HashStructure hash)
           
ClientProfile(HashStructure hash)
           
ConnectorProfile(HashStructure hash)
           
LibraryArchiveProfile(HashStructure hash)
           
TaglibProfile(HashStructure hash)
           
 

Uses of HashStructure in oracle.jdeveloper.deploy.war
 

Constructors in oracle.jdeveloper.deploy.war with parameters of type HashStructure
WarProfile(HashStructure hash)
           
 

Uses of HashStructure in oracle.jdeveloper.library
 

Methods in oracle.jdeveloper.library with parameters of type HashStructure
static JProjectLibraryList JProjectLibraryList.getInstance(HashStructure hash)
           
 

Constructors in oracle.jdeveloper.library with parameters of type HashStructure
JDKAdapter(HashStructure hash)
           
JLibraryAdapter(HashStructure hash)
           
JProjectLibraryList(HashStructure hash)
           
LibraryAdapter(HashStructure hash)
           
LibraryReference(HashStructure hash)
           
 

Uses of HashStructure in oracle.jdeveloper.model
 

Methods in oracle.jdeveloper.model with parameters of type HashStructure
static ApplicationContent ApplicationContent.getInstance(HashStructure hash, java.net.URL workspaceURL)
           
static JavaProject JavaProject.getInstance(Project project, HashStructure hash)
           
 

Constructors in oracle.jdeveloper.model with parameters of type HashStructure
JProjectLibraries(HashStructure hash)
          Constructor.
 

Uses of HashStructure in oracle.jdeveloper.offlinedb.model
 

Methods in oracle.jdeveloper.offlinedb.model that return HashStructure
 HashStructure ProviderSettings.getProperties()
          Returns the property storage for this settings object.
 

Methods in oracle.jdeveloper.offlinedb.model with parameters of type HashStructure
static OfflineDBProjectSettings OfflineDBProjectSettings.getDatabaseSettings(Project proj, HashStructure props)
          Given a PropertyStorage object, returns the offline database settings.
 

Uses of HashStructure in oracle.jdeveloper.offlinedb.userprops
 

Methods in oracle.jdeveloper.offlinedb.userprops with parameters of type HashStructure
static UserPropertyDefn UserPropertyDefn.useHash(HashStructure hash)
           
 

Uses of HashStructure in oracle.jdeveloper.runner
 

Methods in oracle.jdeveloper.runner that return HashStructure
 HashStructure RunConfiguration.getProperties()
           
 

Constructors in oracle.jdeveloper.runner with parameters of type HashStructure
EmbeddedServerOptions(HashStructure hash)
           
RunConfiguration(HashStructure hash)
           
RunConfigurations(HashStructure hash)
           
 

Uses of HashStructure in oracle.jdeveloper.template
 

Methods in oracle.jdeveloper.template that return HashStructure
 HashStructure AbstractTemplate.getData()
           
 HashStructure DefaultTemplateData.getHashStructure()
           
 

Methods in oracle.jdeveloper.template with parameters of type HashStructure
static java.lang.String AbstractTemplate.getTemplateId(HashStructure hash)
           
protected  java.lang.String AbstractTemplate.getTextFromHook(HashStructure hash, java.lang.String key)
           
 void AbstractTemplate.initializeFromExtensionHook(HashStructure hash, TemplateData lookup)
          Initialize this template from a HashStructure read from the template extension hook.
 void ProjectTemplate.initializeFromExtensionHook(HashStructure hash, TemplateData lookup)
           
 void ApplicationTemplate.initializeFromExtensionHook(HashStructure hash, TemplateData lookup)
           
static void TemplateUtils.logTemplateCreationException(HashStructure hash, java.lang.Throwable e)
           
 void TemplateManagerImpl.registerTemplate(HashStructure hash)
           
abstract  void TemplateManager.registerTemplate(HashStructure hash)
          Register a HashSructure representing a template into the default Template.
static void AbstractTemplate.setTemplateId(HashStructure hash, java.lang.String id)
           
 

Constructors in oracle.jdeveloper.template with parameters of type HashStructure
AbstractTemplate(HashStructure hash)
           
ApplicationTemplate(HashStructure hash)
           
DefaultTemplateData(HashStructure hash)
          Creates a template store from an existing hash.
ProjectTemplate(HashStructure hash)
           
TemplatePreferences(HashStructure hash)
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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