Uses of Class
com.sun.enterprise.deployment.io.ConfigurationDeploymentDescriptorFile
-
-
Uses of ConfigurationDeploymentDescriptorFile in com.sun.enterprise.connectors.deployment.util
Methods in com.sun.enterprise.connectors.deployment.util that return types with arguments of type ConfigurationDeploymentDescriptorFile Modifier and Type Method Description List<ConfigurationDeploymentDescriptorFile>ConnectorArchivist. getConfigurationDDFiles() -
Uses of ConfigurationDeploymentDescriptorFile in com.sun.enterprise.deployment.archivist
Fields in com.sun.enterprise.deployment.archivist with type parameters of type ConfigurationDeploymentDescriptorFile Modifier and Type Field Description protected List<ConfigurationDeploymentDescriptorFile>Archivist. confDDFilesprotected List<ConfigurationDeploymentDescriptorFile>ExtensionsArchivist. confDDFilesMethods in com.sun.enterprise.deployment.archivist that return ConfigurationDeploymentDescriptorFile Modifier and Type Method Description ConfigurationDeploymentDescriptorFileExtensionsArchivist. getConfigurationDDFile(Archivist main, RootDeploymentDescriptor descriptor, ReadableArchive archive)Methods in com.sun.enterprise.deployment.archivist that return types with arguments of type ConfigurationDeploymentDescriptorFile Modifier and Type Method Description List<ConfigurationDeploymentDescriptorFile>AppClientArchivist. getConfigurationDDFiles()List<ConfigurationDeploymentDescriptorFile>ApplicationArchivist. getConfigurationDDFiles()abstract List<ConfigurationDeploymentDescriptorFile>Archivist. getConfigurationDDFiles()abstract List<ConfigurationDeploymentDescriptorFile>ExtensionsArchivist. getConfigurationDDFiles(RootDeploymentDescriptor descriptor)List<ConfigurationDeploymentDescriptorFile>PersistenceArchivist. getConfigurationDDFiles(RootDeploymentDescriptor descriptor) -
Uses of ConfigurationDeploymentDescriptorFile in com.sun.enterprise.deployment.io.runtime
Subclasses of ConfigurationDeploymentDescriptorFile in com.sun.enterprise.deployment.io.runtime Modifier and Type Class Description classAppClientRuntimeDDFileThis class is responsible for handling the XML configuration information for the SunOne AppServer Web ContainerclassApplicationRuntimeDDFileThis class is responsible for handling the XML configuration information for the SunOne AppServer Web ContainerclassConnectorRuntimeDDFileThis class is responsible for handling the XML configuration information for the SunOne AppServer Web ContainerclassGFAppClientRuntimeDDFileThis class is responsible for handling the XML configuration information for the Glassfish Application Client ContainerclassGFApplicationRuntimeDDFileThis class is responsible for handling the XML configuration information for the Glassfish Application ContainerclassWLSApplicationRuntimeDDFileThis class is responsible for handling the XML configuration information for the WebLogic Application ContainerclassWLSWebServicesDeploymentDescriptorFileThis class is responsible for handling the WebLogic webservices deployment descriptor. -
Uses of ConfigurationDeploymentDescriptorFile in com.sun.enterprise.deployment.util
Methods in com.sun.enterprise.deployment.util that return types with arguments of type ConfigurationDeploymentDescriptorFile Modifier and Type Method Description static List<ConfigurationDeploymentDescriptorFile>DOLUtils. getConfigurationDeploymentDescriptorFiles(org.glassfish.hk2.api.ServiceLocator habitat, String containerType)Gets all classes for handling the XML configurationstatic List<ConfigurationDeploymentDescriptorFile>DOLUtils. processConfigurationDDFiles(List<ConfigurationDeploymentDescriptorFile> ddFiles, ReadableArchive archive, ArchiveType archiveType)process the list of the configuration files, and return the sorted configuration file with precedence from high to low this list takes consideration of what runtime files are present in the current archiveMethod parameters in com.sun.enterprise.deployment.util with type arguments of type ConfigurationDeploymentDescriptorFile Modifier and Type Method Description static List<ConfigurationDeploymentDescriptorFile>DOLUtils. processConfigurationDDFiles(List<ConfigurationDeploymentDescriptorFile> ddFiles, ReadableArchive archive, ArchiveType archiveType)process the list of the configuration files, and return the sorted configuration file with precedence from high to low this list takes consideration of what runtime files are present in the current archivestatic voidDOLUtils. readRuntimeDeploymentDescriptor(List<ConfigurationDeploymentDescriptorFile> confDDFiles, ReadableArchive archive, RootDeploymentDescriptor descriptor, Archivist main, boolean warnIfMultipleDDs)Read the runtime deployment descriptors (can contained in one or many file) set the corresponding information in the passed descriptor. -
Uses of ConfigurationDeploymentDescriptorFile in org.glassfish.ejb.deployment.archivist
Methods in org.glassfish.ejb.deployment.archivist that return types with arguments of type ConfigurationDeploymentDescriptorFile Modifier and Type Method Description List<ConfigurationDeploymentDescriptorFile>EjbArchivist. getConfigurationDDFiles()List<ConfigurationDeploymentDescriptorFile>EjbInWarArchivist. getConfigurationDDFiles(RootDeploymentDescriptor descriptor) -
Uses of ConfigurationDeploymentDescriptorFile in org.glassfish.ejb.deployment.io
Subclasses of ConfigurationDeploymentDescriptorFile in org.glassfish.ejb.deployment.io Modifier and Type Class Description classEjbRuntimeDDFileThis class is responsible for handling the XML configuration information for the SunOne AppServer Ejb ContainerclassGFEjbRuntimeDDFileThis class is responsible for handling the XML configuration information for the Glassfish EJB Container -
Uses of ConfigurationDeploymentDescriptorFile in org.glassfish.web.deployment.archivist
Methods in org.glassfish.web.deployment.archivist that return types with arguments of type ConfigurationDeploymentDescriptorFile Modifier and Type Method Description List<ConfigurationDeploymentDescriptorFile>WebArchivist. getConfigurationDDFiles() -
Uses of ConfigurationDeploymentDescriptorFile in org.glassfish.web.deployment.io.runtime
Subclasses of ConfigurationDeploymentDescriptorFile in org.glassfish.web.deployment.io.runtime Modifier and Type Class Description classGFWebRuntimeDDFileThis class is responsible for handling the XML configuration information for the Glassfish Web ContainerclassPayaraWebRuntimeDDFileHandles the XML Configuration for PayaraclassWebRuntimeDDFileThis class is responsible for handling the XML configuration information for the SunOne AppServer Web Container -
Uses of ConfigurationDeploymentDescriptorFile in org.glassfish.webservices.archivist
Methods in org.glassfish.webservices.archivist that return types with arguments of type ConfigurationDeploymentDescriptorFile Modifier and Type Method Description List<ConfigurationDeploymentDescriptorFile>WebServicesArchivist. getConfigurationDDFiles(RootDeploymentDescriptor descriptor)
-