Searched refs:INSTALL_ROOT_PROPERTY (Results 1 - 25 of 34) sorted by relevance

12

/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/
H A DSaxParserHandlerFactory.java43 import static com.sun.enterprise.util.SystemPropertyConstants.INSTALL_ROOT_PROPERTY;
90 String ir = System.getProperty(INSTALL_ROOT_PROPERTY);
/glassfish-3.1.2/flashlight/framework/src/main/java/org/glassfish/flashlight/impl/client/
H A DAgentAttacherInternal.java48 import static com.sun.enterprise.util.SystemPropertyConstants.INSTALL_ROOT_PROPERTY;
77 String ir = System.getProperty(INSTALL_ROOT_PROPERTY);
H A DBtraceClientGenerator.java153 String rootPath = System.getProperty(SystemPropertyConstants.INSTALL_ROOT_PROPERTY) +
/glassfish-3.1.2/admin/launcher/src/main/java/com/sun/enterprise/admin/launcher/
H A DGFDomainLauncher.java74 File dir = new File(getEnvProps().get(INSTALL_ROOT_PROPERTY),"modules");
H A DGFInstanceLauncher.java75 File dir = new File(getEnvProps().get(INSTALL_ROOT_PROPERTY),"modules");
/glassfish-3.1.2/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/
H A DRepositoryConfig.java132 envProperties.get(SystemPropertyConstants.INSTALL_ROOT_PROPERTY)));
133 //SystemPropertyConstants.INSTALL_ROOT_PROPERTY));
135 envProperties.get(SystemPropertyConstants.INSTALL_ROOT_PROPERTY)));
172 envProperties.get(SystemPropertyConstants.INSTALL_ROOT_PROPERTY));
H A DUpgradeFilesystem.java71 SystemPropertyConstants.INSTALL_ROOT_PROPERTY);
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/
H A DSystemPropertyConstants.java94 public static final String INSTALL_ROOT_PROPERTY = field in class:SystemPropertyConstants
318 * platform. Never returns a null. Assumes the the property "INSTALL_ROOT_PROPERTY" is set in the VM
323 * the INSTALL_ROOT_PROPERTY is not defined
326 return getAsAdminScriptLocation(System.getProperty(SystemPropertyConstants.INSTALL_ROOT_PROPERTY));
351 SystemPropertyConstants.INSTALL_ROOT_PROPERTY));
/glassfish-3.1.2/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/services/
H A DPlatformServicesInfo.java138 String ir = System.getProperty(SystemPropertyConstants.INSTALL_ROOT_PROPERTY);
142 + SystemPropertyConstants.INSTALL_ROOT_PROPERTY));
H A DSMFService.java301 String ir = System.getProperty(SystemPropertyConstants.INSTALL_ROOT_PROPERTY);
304 + SystemPropertyConstants.INSTALL_ROOT_PROPERTY);
/glassfish-3.1.2/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/
H A DCreateNodeAgentCommand.java97 SystemPropertyConstants.INSTALL_ROOT_PROPERTY)),
H A DLocalInstanceCommand.java440 SystemPropertyConstants.INSTALL_ROOT_PROPERTY);
444 SystemPropertyConstants.INSTALL_ROOT_PROPERTY);
/glassfish-3.1.2/registration/glassfish-registration/src/main/java/com/sun/enterprise/registration/glassfish/
H A DRegistrationUtil.java78 String installRoot = System.getProperty(SystemPropertyConstants.INSTALL_ROOT_PROPERTY);
179 new File(System.getProperty(SystemPropertyConstants.INSTALL_ROOT_PROPERTY));
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/universal/glassfish/
H A DASenvPropertyReader.java135 put(INSTALL_ROOT_PROPERTY, installDir.getPath());
143 // of the INSTALL_ROOT_PROPERTY property.
144 File installRoot = new File(super.get(INSTALL_ROOT_PROPERTY));
388 envToPropMap.put("AS_INSTALL", INSTALL_ROOT_PROPERTY);
H A DGFLauncherUtils.java244 String installRootDirName = System.getProperty(INSTALL_ROOT_PROPERTY);
/glassfish-3.1.2/admin/cli-optional/src/main/java/com/sun/enterprise/admin/cli/optional/
H A DDatabaseCommand.java93 sInstallRoot = new File(getSystemProperty(INSTALL_ROOT_PROPERTY));
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/server/
H A DCommonClassLoaderServiceImpl.java118 SystemPropertyConstants.INSTALL_ROOT_PROPERTY);
133 new Object[]{SystemPropertyConstants.INSTALL_ROOT_PROPERTY});
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/
H A DVerifierFrameworkContext.java89 private String configDirStr = System.getProperty(SystemPropertyConstants.INSTALL_ROOT_PROPERTY) +
/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/
H A DCopyConfig.java134 String rootFolder = envImpl.getProps().get(com.sun.enterprise.util.SystemPropertyConstants.INSTALL_ROOT_PROPERTY);
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/io/
H A DInstanceDirs.java208 SystemPropertyConstants.INSTALL_ROOT_PROPERTY);
/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/
H A DAsadminMain.java89 SystemPropertyConstants.INSTALL_ROOT_PROPERTY,
193 SystemPropertyConstants.INSTALL_ROOT_PROPERTY));
/glassfish-3.1.2/jms/jms-core/src/main/java/com/sun/enterprise/connectors/jms/util/
H A DJmsRaUtil.java373 java.lang. System.getProperty(SystemPropertyConstants.INSTALL_ROOT_PROPERTY)
430 System.getProperty(SystemPropertyConstants.INSTALL_ROOT_PROPERTY)
/glassfish-3.1.2/common/common-util/src/main/java/org/glassfish/server/
H A DServerEnvironmentImpl.java336 File install = new File(asenv.getProps().get(SystemPropertyConstants.INSTALL_ROOT_PROPERTY));
/glassfish-3.1.2/flashlight/framework/src/main/java/org/glassfish/flashlight/transformer/
H A DProbeProviderClassFileTransformer.java129 File installRoot = new File(System.getProperty(SystemPropertyConstants.INSTALL_ROOT_PROPERTY));
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/common/util/logging/
H A DLoggingConfigImpl.java130 String rootFolder = env.getProps().get(com.sun.enterprise.util.SystemPropertyConstants.INSTALL_ROOT_PROPERTY);
640 String rootFolder = env.getProps().get(com.sun.enterprise.util.SystemPropertyConstants.INSTALL_ROOT_PROPERTY);

Completed in 51 milliseconds

12