| Package | Description | 
|---|---|
| oracle.ide | Contains classes that allow addins access to the IDE integration objects. | 
| oracle.ide.appstate | |
| 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.help | Contains interfaces and classes used by addins to
provide context sensitive help on their own windows and dialogs. | 
| oracle.ide.keyboard | Defining your default accelerators | 
| 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.persistence | Contains API classes for the persistence of search indexes. | 
| oracle.ide.resourcebundle | Provides a designtime abstraction around locating and managing resource bundles
used by visual and non-visual editors. | 
| oracle.ide.todo | Contains API classes for the To Do Item feature. | 
| 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 | Classes for dealing with PL/SQL objects. | 
| oracle.javatools.db.util | Contains java.util.Collection and java.util.Map implementations for listing
 and mapping instances of DBObject and DBObjectID. | 
| 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.connection.model.hook | |
| oracle.jdeveloper.deploy | |
| oracle.jdeveloper.deploy.cmd | |
| oracle.jdeveloper.deploy.cmd.spi | |
| oracle.jdeveloper.deploy.cmd.spi.providers | |
| oracle.jdeveloper.deploy.common | |
| oracle.jdeveloper.deploy.contrib | |
| oracle.jdeveloper.deploy.contrib.spi | |
| oracle.jdeveloper.deploy.contrib.spi.providers | |
| oracle.jdeveloper.deploy.dt | |
| oracle.jdeveloper.deploy.ear | |
| oracle.jdeveloper.deploy.ejb | |
| oracle.jdeveloper.deploy.j2ee | |
| oracle.jdeveloper.deploy.jar | |
| oracle.jdeveloper.deploy.meta | |
| oracle.jdeveloper.deploy.shell | |
| oracle.jdeveloper.deploy.spi | |
| oracle.jdeveloper.deploy.spi.hook | |
| oracle.jdeveloper.deploy.spi.profilesupport | |
| oracle.jdeveloper.deploy.spi.providers | |
| oracle.jdeveloper.deploy.war | |
| oracle.jdeveloper.library | The  Librariespackage provides thelibraryAPI 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.rescat2.model | |
| oracle.jdeveloper.rescat2.model.hook | |
| oracle.jdeveloper.rescat2.util | |
| oracle.jdeveloper.runner | Contains classes that allow addins some level of control on the JDeveloper runner system. | 
| oracle.jdeveloper.vcs.spi | Contains extension-level service provider interfaces for version control system integraton. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Constructor and Description | 
|---|
| ProductInformation(HashStructure hash)Creates an instance of ProductInformation based on the specified
  HashStructure. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ApplicationStateProvider. restoreState(HashStructure data)Requests that the provider restore state from data in the  datahash structure. | 
| void | ApplicationStateProvider. saveState(HashStructure data)Requests that the provider save state in the  datahash structure. | 
| Modifier and Type | Method and Description | 
|---|---|
| HashStructure | Preferences. getProperties() | 
| Constructor and Description | 
|---|
| ChangeEventSource(HashStructure hash)Creates a ChangeEventSource using the specified HashStructure
 for storage. | 
| Modifier and Type | Method and Description | 
|---|---|
| HashStructure | TransferDescriptor. getProperties() | 
| Constructor and Description | 
|---|
| TransferDescriptor(HashStructure hash) | 
| Constructor and Description | 
|---|
| EditorsOptions(HashStructure hash) | 
| Modifier and Type | Method and Description | 
|---|---|
| HashStructure | HashStructureHookEvent. getCombinedHashStructure()Get the HashStructureHook's combined HashStructure that
 contains all the data that has been processed by the
 HashStructureHook (new and old). | 
| HashStructure | HashStructureHook. getHashStructure()Deprecated. 
 Add a HashStructureHook listener to read the HashStructure | 
| HashStructure | HashStructureElementVisitor. getHashStructure()Returns the HashStructure where this HashStructureElementVisitor
  unmarshalled its properties. | 
| HashStructure | HashStructureHookEvent. getNewElementHashStructure()Get the read-only HashStructure that contains just
 the data from the new element that was visited (or
 null in the case of a listener attached event). | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Collection<NameValuePair<HashStructure>> | HashStructureHook. getOrderedElements(HashStructure hash)Given a  HashStructurerepresenting a custom hook element that 
 contains non-homogenous elements, get an ordered collection of hash structures
 encapsulating those elements. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 LazyResourceAdapter | LazyResourceAdapter. getInstance(HashStructure hash)Creates an instance of the resource adapter for 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  HashStructurerepresenting 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. | 
| abstract java.util.Collection<java.lang.String> | ProjectDataHandler. listExtensions(HashStructure tagRootElement)Examine the tagRootElement and its children and return
 a list of extensions that need to be initialized when
 this project is opened. | 
| Constructor and Description | 
|---|
| HashStructureElementVisitor(HashStructure root)Creates a new HashStructureElementVisitor which will store
  unmarshalled properties into the specified HashStructure instance. | 
| HashStructureHookEvent(HashStructureHook source,
                      HashStructure combinedHashStructure) | 
| HashStructureHookEvent(HashStructureHook source,
                      HashStructure combinedHashStructure,
                      HashStructure newElementHashStructure,
                      Extension extension) | 
| LazyResourceAdapter(HashStructure hashStructure) | 
| Modifier and Type | Method and Description | 
|---|---|
| HashStructure | ExternalTool. getData()Gets persistent properties of this tool. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ExternalToolBaseProperties | ExternalToolBaseProperties. getInstance(HashStructure hs)Gets an instance of ExternalToolBaseProperties for the
 specified hash structure. | 
| static ExternalProgramToolProperties | ExternalProgramToolProperties. getInstance(HashStructure hs) | 
| void | ExternalTool. setData(HashStructure hs)Sets persistent properties of this tool. | 
| Constructor and Description | 
|---|
| LazyExternalTool(HashStructure hash) | 
| Modifier and Type | Method and Description | 
|---|---|
| static HelpDefinitions | HelpDefinitions. getInstance(HashStructure hash)Get an instance of HelpDefinitions that adapt the specified hash structure | 
| Modifier and Type | Method and Description | 
|---|---|
| static AcceleratorDefinitions | AcceleratorHook. getAcceleratorDefinitions(HashStructure hashStructure)Gets the  AcceleratorDefinitionsobject that represents all the registered
 accelerators | 
| static AcceleratorDefinitions | AcceleratorDefinitions. getInstance(HashStructure hash)Get an instance of AcceleratorDefinitions that adapt the specified hash structure | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HashStructureIO. write(HashStructure hs,
     java.io.Writer writer,
     java.net.URL baseUrl)Writes out a persistent hash structure to the specified  Writer. | 
| Modifier and Type | Method and Description | 
|---|---|
| HashStructure | HSAdapterDelegateMediator. addDelegateIfNeeded(HashStructure hsnHash,
                   HashStructureNode hsNode) | 
| HashStructure | HashStructureNode. getProperties()Returns a cascading HashStructure that represents this project's
  persistent properties. | 
| HashStructure | DataContainer. getProperties()Returns the root HashStructure object that holds properties for this
  Project. | 
| HashStructure | HashStructureNode. getPropertiesForOverriding() | 
| HashStructure | DataContainer. getSharedPropertiesOnly()This method returns the persistent HashStructure that is
  not user-private. | 
| HashStructure | HashStructureNode. getUserPropertiesOnly()Returns a HashStructure that contains only the user-private
  properties (no shared properties). | 
| HashStructure | DataContainer. getUserPropertiesOnly()For DataContainer subtypes that distinguish between user-private
  properties and shared properties, this method returns only the
  user-private HashStructure. | 
| abstract HashStructure | DependableRecognizer. toHashStructure(Dependable d,
               Element source)Converts a Dependable to a HashStructure. | 
| Modifier and Type | Method and Description | 
|---|---|
| HashStructure | HSAdapterDelegateMediator. addDelegateIfNeeded(HashStructure hsnHash,
                   HashStructureNode hsNode) | 
| static TechnologyScopeConfiguration | TechnologyScopeConfiguration. getInstance(HashStructure hashStructure) | 
| static ProjectContent | ProjectContent. getInstance(HashStructure hash) | 
| static ApplicationContent | ApplicationContent. getInstance(HashStructure hash) | 
| boolean | HSAdapterDelegateMediator. needsDelegation(HashStructureNode hsNode,
               HashStructure hsnHash) | 
| static void | Project. setCustomizedDefaults(HashStructure hash)Sets the specified HashStructure as the source for customized
  default values for the project. | 
| abstract Dependable | DependableRecognizer. toDependable(HashStructure d,
            Element source)Converts a HashStructure to a Dependable. | 
| Constructor and Description | 
|---|
| 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) | 
| SharedPropertiesAdapter(HashStructure hashStructure) | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ApplicationCacheSettings | ApplicationCacheSettings. getInstance(HashStructure hash,
           java.net.URL workspaceURL) | 
| Modifier and Type | Method and Description | 
|---|---|
| HashStructure | RegisteredBundleAdapter. getBaseHashStructure() | 
| Modifier and Type | Method and Description | 
|---|---|
| static java.util.List<GlobalBundleInfo> | ResourceBundleHook. getGlobalBundleInfos(HashStructure hashStructure) | 
| static ResourceBundleSelectionValidators | ResourceBundleSelectionValidators. getInstance(HashStructure hash)Get an instance of ResourceBundleSelectionValidators that adapt the specified hash structure | 
| static ResourceBundlePreferences | ResourceBundlePreferences. getInstance(HashStructure hash)Get an instance of ResourceBundlePreferences that adapt the specified hash structure | 
| static java.util.List<ResourceBundleType> | ResourceBundleHook. getResourceBundleTypes(HashStructure hash)Gets the a list of  ResourceBundleTypeobjects that represent the 
 registeredResourceBundleWrappers. | 
| Constructor and Description | 
|---|
| RegisteredBundleAdapter(HashStructure hash) | 
| ResourceBundleIdeOptions(HashStructure hash) | 
| Modifier and Type | Method and Description | 
|---|---|
| HashStructure | AbstractToDoItem. asHash() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | UsageData. setProperties(HashStructure propertyHash)Sets the detailed properties for the usage event. | 
| Constructor and Description | 
|---|
| UsageData(HashStructure hash) | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | PatternFilters. containsFilters(HashStructure contentSetHash) | 
| static PatternFilters | PatternFilters. getInstance(HashStructure contentSetHash) | 
| static void | PatternFilters. removeFilters(HashStructure contentSetHash) | 
| Constructor and Description | 
|---|
| ProxyOptions(HashStructure hash) | 
| Modifier and Type | Method and Description | 
|---|---|
| HashStructure | CheckForUpdatesPreferences. getPingedVersions() | 
| HashStructure | CheckForUpdatesPreferences. getPreviousUpdates() | 
| Modifier and Type | Method and Description | 
|---|---|
| static WebupdateShaping | WebupdateShaping. getInstance(HashStructure hash) | 
| static CustomTypeDefinition | CustomTypeDefinition. getInstance(HashStructure hash) | 
| void | CheckForUpdatesPreferences. setPingedVersions(HashStructure pingedVersions) | 
| void | CheckForUpdatesPreferences. setPreviousUpdates(HashStructure previousUpdates) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected HashStructure | AtomicTask. getProperties()Get (persistent) properties used by this task. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | HashStructure.HashStructureFilteredImpl | 
| Modifier and Type | Field and Description | 
|---|---|
| protected HashStructure | HashStructureAdapter. _hash | 
| Modifier and Type | Method and Description | 
|---|---|
| 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  targetHashStructure. | 
| HashStructure | HashStructure. copyTo(HashStructure target,
      java.lang.String[] names)Copies the properties specified by the  namesparameter
  from this HashStructure to the specifiedtargetHashStructure. | 
| 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  HashStructurebound 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. newHashStructureFilteredImpl(HashStructure hs,
                            HashStructure.Filter filter) | 
| static HashStructure | HashStructure. newInstance() | 
| Modifier and Type | Method and Description | 
|---|---|
| HashStructure | HashStructure. copyTo(HashStructure target)Copies all properties recursively from this HashStructure to
  the specified  targetHashStructure. | 
| HashStructure | HashStructure. copyTo(HashStructure target,
      java.lang.String[] names)Copies the properties specified by the  namesparameter
  from this HashStructure to the specifiedtargetHashStructure. | 
| 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. newHashStructureFilteredImpl(HashStructure hs,
                            HashStructure.Filter filter) | 
| 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. | 
| Constructor and Description | 
|---|
| HashStructureAdapter(HashStructure hash)The specified HashStructure must not be null. | 
| HashStructureAdapter(HashStructure hash,
                    HashStructure.Filter filter)The specified HashStructure must not be null. | 
| Constructor and Description | 
|---|
| DDLOptions(HashStructure hash) | 
| Constructor and Description | 
|---|
| PlSqlCompilerOptions(HashStructure hash) | 
| Modifier and Type | Method and Description | 
|---|---|
| HashStructure | BeanHashStructureConverter. getHashStructureForBean(java.lang.Object bean)Create a HashStructure representing the given bean object. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | BeanHashStructureConverter. beanToHash(java.lang.Object bean,
          HashStructure hash)Populates the HashStructure from the properties of the bean, plus a marker
 for the class of the bean. | 
| protected java.lang.Object | BeanHashStructureConverter. createObjectForHash(java.lang.Object owner,
                   java.lang.String property,
                   HashStructure hash)Using the class marker in the HashStructure, loads the class using the
 converter's ClassLoader and then creates an object of the
 required type using the protected  BeanHashStructureConverter.createObject(java.lang.Object, java.lang.String, java.lang.Class)method. | 
| java.lang.Object | BeanHashStructureConverter. getBeanFromHashStructure(HashStructure hash)Create a bean object from a HashStructure created by
  BeanHashStructureConverter.getHashStructureForBean(java.lang.Object). | 
| protected void | BeanHashStructureConverter. hashToBean(HashStructure hash,
          java.lang.Object bean)Populates the bean from the properties of the HashStructure. | 
| boolean | BeanHashStructureConverter. isGetBeanSupported(HashStructure hash)Tests whether the given HashStructure supports getBeanFromHashStructure. | 
| protected void | BeanHashStructureConverter. setBeanValue(PropertyInfo propertyInfo,
            java.lang.Object bean,
            HashStructure hash)Sets the property defined by propertyInfo on the bean from the value
 for that property in the HashStructure if it exists. | 
| protected void | BeanHashStructureConverter. setHashValue(HashStructure hash,
            java.lang.Class clz,
            java.lang.String name,
            java.lang.Object value,
            java.lang.Object owner)Sets a value in a HashStructure | 
| Constructor and Description | 
|---|
| HTMLGeneratorOptions(HashStructure hash) | 
| PrintOptions(HashStructure hash)Construct a new  PrintOptionswith default option
 values using the specified HashStructure for storage. | 
| Modifier and Type | Method and Description | 
|---|---|
| HashStructure | SourcePreferences. getMemberOrderHashStructure()Gets the MEMBER_ORDER hash structure. | 
| Constructor and Description | 
|---|
| SourcePreferences(HashStructure hash) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ConnectionTypeInfo | ConnectionTypes. createExtensionInfo(HashStructure hash) | 
| protected ConnectionProviderInfo | ConnectionProviders. createExtensionInfo(HashStructure hash) | 
| protected CTConfigurationInfo | CTConfigurations. createExtensionInfo(HashStructure hash) | 
| static ParameterInfo | ParameterInfo. getInstance(HashStructure hash) | 
| Constructor and Description | 
|---|
| CTConfigurationInfo(HashStructure hash) | 
| Modifier and Type | Method and Description | 
|---|---|
| HashStructure | Profile. getHashStructure() | 
| HashStructure | DeploymentOptions. getHashStructure() | 
| HashStructure | DependencyStorage. getHashStructure() | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T extends DeploymentOptions> | DeploymentOptions. create(HashStructure hash,
      java.lang.Class<T> optionsClass) | 
| DeployCommand | DeployCommandFactory. create(HashStructure hash,
      Context context) | 
| static <T extends DeploymentOptions> | DeploymentOptions. find(HashStructure hash,
    java.lang.Class<T> optionsClass) | 
| static <T extends DeploymentOptions> | DeploymentOptions. findOrCreate(HashStructure hash,
            java.lang.Class<T> optionsClass) | 
| static <T extends Profile> | Profile. getProfileClass(HashStructure hash,
               java.lang.ClassLoader loader)Returns the Class for a Profile. | 
| Constructor and Description | 
|---|
| AppServerDeploymentOptions(HashStructure hash) | 
| DeployElement(HashStructure hash) | 
| DeploymentOptions(HashStructure hash) | 
| JavaDeploymentOptions(HashStructure hash) | 
| JeeDeploymentOptions(HashStructure hash) | 
| Profile(HashStructure hash) | 
| Modifier and Type | Method and Description | 
|---|---|
| static DeployCommand | DeployCommand. create(HashStructure hash)Deprecated.  | 
| 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) | 
| Constructor and Description | 
|---|
| DeployCommand(HashStructure hash) | 
| DeployCommandState(HashStructure hash) | 
| DeployJarToAppServerState(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) | 
| UndeployFromAppServerState(HashStructure hash) | 
| Modifier and Type | Method and Description | 
|---|---|
| HashStructure | HashDeployCommandWriter.HashDisplayable. getHashStructure() | 
| HashStructure | HashDeployCommandReader.SpiData. getHashStructure() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HashDeployCommandReader.SpiData. setHashStructure(HashStructure hash) | 
| void | HashDeployCommandWriter. write(HashStructure hash) | 
| Constructor and Description | 
|---|
| HashDisplayable(HashStructure hash) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | DeployToFileHashDeployCommandIOProvider. canRead(Element element,
       HashStructure hash,
       ToolkitContext tkContext,
       Cookie cookie)Checks if the HashStructure passed is one this provider recognizes. | 
| protected abstract boolean | AbstractHashDeployCommandIOProvider. canRead(Element element,
       HashStructure hash,
       ToolkitContext tkContext,
       Cookie cookie) | 
| void | AbstractHashDeployCommandIOProvider.DefaultHashDeployCommandIO. write(HashStructure hash) | 
| protected void | DeployToFileHashDeployCommandIOProvider. write(HashStructure hash,
     Element element,
     Cookie cookie) | 
| protected abstract void | AbstractHashDeployCommandIOProvider. write(HashStructure hash,
     Element element,
     Cookie cookie) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected HashStructure | FileGroup. _hash | 
| Modifier and Type | Method and Description | 
|---|---|
| HashStructure | SelectionRules. getHashStructure() | 
| HashStructure | SelectionRule. getHashStructure() | 
| HashStructure | SelectedProjectFiles. getHashStructure() | 
| HashStructure | SelectedArchives. getHashStructure() | 
| HashStructure | LibraryDependencies. getHashStructure() | 
| HashStructure | FileGroups. getHashStructure() | 
| HashStructure | FileGroup. getHashStructure() | 
| HashStructure | CdaSettings. getHashStructure() | 
| HashStructure | CdaFilters. getHashStructure() | 
| HashStructure | CdaFilter. getHashStructure() | 
| HashStructure | AbstractHashDependable. getHashStructure() | 
| Constructor and Description | 
|---|
| AbstractHashDependable(HashStructure hash) | 
| AbstractHashDependable(HashStructure hash,
                      java.lang.Class clazz)Deprecated.  | 
| CdaFilter(HashStructure hash) | 
| CdaFilters(HashStructure hash) | 
| CdaSettings(HashStructure hash) | 
| Contributor(HashStructure hash)Deprecated.  | 
| FileGroup(HashStructure hash) | 
| FileGroups(HashStructure hash) | 
| LibraryDependencies(HashStructure hash) | 
| LibraryFileGroup(HashStructure hash) | 
| ModuleFileGroup(HashStructure hash) | 
| PackagingFileGroup(HashStructure hash) | 
| ProjectFileGroup(HashStructure hash) | 
| SelectedArchives(HashStructure hash) | 
| SelectedProjectFiles(HashStructure hash) | 
| SelectionRule(HashStructure hash) | 
| SelectionRules(HashStructure hash) | 
| Modifier and Type | Method and Description | 
|---|---|
| HashStructure | Contributor. getHashStructure() | 
| Modifier and Type | Method and Description | 
|---|---|
| static Contributors | Contributors. getInstance(HashStructure hash) | 
| static Contributors | Contributors. getInstance(HashStructure hash,
           Context context) | 
| static Contributors | Contributors. getOrCreateInstance(HashStructure hash) | 
| static Contributors | Contributors. getOrCreateInstance(HashStructure hash,
                   Context context) | 
| static java.lang.String | Contributor. getType(HashStructure hash) | 
| Constructor and Description | 
|---|
| Contributor(HashStructure hash) | 
| LocationContributor(HashStructure hash) | 
| Modifier and Type | Method and Description | 
|---|---|
| HashStructure | HashContributorReader.SpiData. getHashStructure() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HashContributorReader.SpiData. setHashStructure(HashStructure hash) | 
| void | HashContributorWriter. write(HashStructure hash) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract boolean | AbstractHashContributorIOProvider. canRead(java.lang.String type,
       HashStructure hash,
       ToolkitContext tkContext,
       Cookie cookie) | 
| protected abstract Contributor | AbstractHashContributorIOProvider. read(Element element,
    HashStructure hash,
    Cookie cookie) | 
| protected abstract void | AbstractHashContributorIOProvider. write(Element element,
     Contributor contributor,
     HashStructure hash,
     Cookie cookie) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Profile | Deployment. createDeploymentProfile(HashStructure hash,
                       DataContainer container)Deprecated.  | 
| Constructor and Description | 
|---|
| EarProfile(HashStructure hash) | 
| Constructor and Description | 
|---|
| EjbProfile(HashStructure hash) | 
| Constructor and Description | 
|---|
| J2eeProfile(HashStructure hash) | 
| Modifier and Type | Method and Description | 
|---|---|
| HashStructure | ArchiveOptions. getHashStructure() | 
| Constructor and Description | 
|---|
| AppClientProfile(HashStructure hash) | 
| ArchiveOptions(HashStructure hash) | 
| ArchiveProfile(HashStructure hash) | 
| ClientProfile(HashStructure hash) | 
| ConnectorProfile(HashStructure hash) | 
| LibraryArchiveProfile(HashStructure hash) | 
| TaglibProfile(HashStructure hash) | 
| Modifier and Type | Method and Description | 
|---|---|
| static HashStructure | Platform. toHashStructure(Platform platform)Convert a Platform object into a  HashStructurerepresentation. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Platform | Platform. fromHashStructure(HashStructure hash)Creates a Platform object from a  HashStructurerepresentation. | 
| Modifier and Type | Method and Description | 
|---|---|
| HashStructure | ShellAdapter. getDeploymentOptionsHash() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ShellAdapter. setDeploymentOptions(HashStructure hash) | 
| Modifier and Type | Method and Description | 
|---|---|
| HashStructure | NonmigratedProfile. getHashStructure() | 
| HashStructure | HashProfileReader.SpiData. getHashStructure() | 
| HashStructure | HashDependableReader.SpiData. getHashStructure() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HashProfileReader.SpiData. setHashStructure(HashStructure hash) | 
| void | HashDependableReader.SpiData. setHashStructure(HashStructure hash) | 
| void | HashProfileWriter. write(HashStructure hash) | 
| void | HashDependableWriter. write(HashStructure hash) | 
| Constructor and Description | 
|---|
| NonmigratedProfile(HashStructure hash) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | HashDependableIO. canRead(Element element,
       HashStructure hash,
       ToolkitContext tkContext,
       Cookie cookie) | 
| Dependable | HashDependableIO. read(Element element,
    HashStructure hash,
    Cookie cookie) | 
| void | HashDependableIO. write(Element element,
     Dependable Dependable,
     HashStructure hash,
     Cookie cookie) | 
| Modifier and Type | Method and Description | 
|---|---|
| HashStructure | ProfileHashIO. toHashStructure(Profile profile,
               Element element,
               Context context) | 
| Modifier and Type | Method and Description | 
|---|---|
| Profile | ProfileHashIO. create(HashStructure hash,
      DataContainer dataContainer,
      Context context) | 
| java.lang.String | ProfileHashIO. getName(HashStructure hash) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract boolean | AbstractHashProfileIOProvider. canRead(Element element,
       HashStructure hash,
       ToolkitContext tkContext,
       Cookie cookie) | 
| protected abstract boolean | AbstractHashDependableIOProvider. canRead(Element element,
       HashStructure hash,
       ToolkitContext tkContext,
       Cookie cookie) | 
| protected abstract java.lang.String | AbstractHashProfileIOProvider. getName(Element element,
       HashStructure hash,
       Cookie cookie) | 
| protected abstract Profile | AbstractHashProfileIOProvider. read(Element element,
    HashStructure hash,
    Cookie cookie) | 
| protected abstract Dependable | AbstractHashDependableIOProvider. read(Element element,
    HashStructure hash,
    Cookie cookie) | 
| protected abstract void | AbstractHashDependableIOProvider. write(Element element,
     Dependable Dependable,
     HashStructure hash,
     Cookie cookie) | 
| protected abstract void | AbstractHashProfileIOProvider. write(Element element,
     Profile profile,
     HashStructure hash,
     Cookie cookie) | 
| void | AbstractHashProfileIOProvider.DefaultHashProfileIO. write(HashStructure hash) | 
| void | AbstractHashDependableIOProvider.DefaultHashDependableIO. write(HashStructure hash) | 
| Constructor and Description | 
|---|
| WarProfile(HashStructure hash) | 
| Modifier and Type | Method and Description | 
|---|---|
| static JProjectLibraryList | JProjectLibraryList. getInstance(HashStructure hash) | 
| Constructor and Description | 
|---|
| ApplicationLibraryList(HashStructure hash) | 
| InternalLibraryList(HashStructure hash) | 
| JDKAdapter(HashStructure hash) | 
| JLibraryAdapter(HashStructure hash) | 
| JProjectLibraryList(HashStructure hash) | 
| LibraryAdapter(HashStructure hash) | 
| LibraryReference(HashStructure hash) | 
| UnresolvedLibrary(HashStructure hash) | 
| Modifier and Type | Method and Description | 
|---|---|
| static ApplicationContent | ApplicationContent. getInstance(HashStructure hash,
           java.net.URL workspaceURL) | 
| static JavaProject | JavaProject. getInstance(Project project,
           HashStructure hash) | 
| Constructor and Description | 
|---|
| ApplicationLibraries(HashStructure hash) | 
| ApplicationLibraries(Workspace workspace,
                    HashStructure hash) | 
| JProjectLibraries(HashStructure hash)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| HashStructure | ProviderSettings. getProperties()Returns the property storage for this settings object. | 
| Modifier and Type | Method and Description | 
|---|---|
| static OfflineDBProjectSettings | OfflineDBProjectSettings. getDatabaseSettings(Project proj,
                   HashStructure props)Given a PropertyStorage object, returns the offline database settings. | 
| Modifier and Type | Method and Description | 
|---|---|
| static UserPropertyDefn | UserPropertyDefn. useHash(HashStructure hash) | 
| Constructor and Description | 
|---|
| RescatPreferences(HashStructure hash) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ResourceTypeInfo | ResourceTypes. createExtensionInfo(HashStructure hash) | 
| protected ResourceRecognizerInfo | ResourceRecognizers. createExtensionInfo(HashStructure hash) | 
| protected RCConfigurationInfo | RCConfigurations. createExtensionInfo(HashStructure hash) | 
| protected RCAdapterInfo | RCAdapters. createExtensionInfo(HashStructure hash) | 
| protected abstract T | ExtensionProvider. createExtensionInfo(HashStructure hash) | 
| protected ContextRecognizerInfo | ContextRecognizers. createExtensionInfo(HashStructure hash) | 
| protected ConnectionHelperInfo | ConnectionHelpers. createExtensionInfo(HashStructure hash) | 
| protected CatalogItemFactoryInfo | CatalogItemFactories. createExtensionInfo(HashStructure hash) | 
| static ExtensionMappingInfo | ExtensionMappingInfo. getInstance(HashStructure hash) | 
| Constructor and Description | 
|---|
| ExtensionInfo(HashStructure hash) | 
| PrimaryContextInfo(HashStructure hash) | 
| RCConfigurationInfo(HashStructure hash) | 
| Modifier and Type | Method and Description | 
|---|---|
| HashStructure | Settings. getFilters()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| HashStructure | RunConfiguration. getProperties()Return the HashStructure containing properties for the RunConfiguration | 
| Modifier and Type | Method and Description | 
|---|---|
| static RunConfiguration | RunConfiguration. createNewInstance(HashStructure hash,
                 java.lang.String name,
                 boolean isCustom,
                 boolean useWorkspacePropertyStorage)Create a new RunConfiguration | 
| Constructor and Description | 
|---|
| EmbeddedServerOptions(HashStructure hash) | 
| RunConfiguration(HashStructure hash) | 
| RunConfigurations(HashStructure hash) | 
| Constructor and Description | 
|---|
| VCSPreferences(HashStructure hash) |