831832833834835836837
* @return if exists the DeploymentDescriptorFile responsible for * handling the configuration deployment descriptors */ @Override public DeploymentDescriptorFile getConfigurationDDFile() { return new GFApplicationRuntimeDDFile(); }
96979899100101102
return new Application(habitat); } @Override public DeploymentDescriptorFile getGFCounterPartConfigurationDDFile(RootDeploymentDescriptor descriptor) { return new GFApplicationRuntimeDDFile(); }
844845846847848849850