Searched refs:GFLauncherUtils (Results 1 - 11 of 11) sorted by relevance

/glassfish-3.1.2/admin/launcher/src/main/java/com/sun/enterprise/admin/launcher/
H A DJavaConfig.java43 import com.sun.enterprise.universal.glassfish.GFLauncherUtils;
70 return GFLauncherUtils.stringToFiles(s);
80 if(GFLauncherUtils.ok(cp)) {
81 return GFLauncherUtils.stringToFiles(cp);
91 if(!GFLauncherUtils.ok(s))
101 if(GFLauncherUtils.ok(cp)) {
102 return GFLauncherUtils.stringToFiles(cp);
112 if(!GFLauncherUtils.ok(s))
121 if(GFLauncherUtils.ok(cp)) {
122 return GFLauncherUtils
[all...]
H A DProfiler.java43 import com.sun.enterprise.universal.glassfish.GFLauncherUtils;
86 if(GFLauncherUtils.ok(cp)) {
87 return GFLauncherUtils.stringToFiles(cp);
101 if(GFLauncherUtils.ok(cp)) {
102 return GFLauncherUtils.stringToFiles(cp);
H A DGFLauncherNativeHelper.java43 import com.sun.enterprise.universal.glassfish.GFLauncherUtils;
93 String finalPathString = GFLauncherUtils.fileListToPathString(GFLauncherUtils.stringToFiles(sb.toString()));
103 if(!GFLauncherUtils.ok(s))
123 return GFLauncherUtils.fileListToPathString(ff);
H A DGFLauncherInfo.java45 import com.sun.enterprise.universal.glassfish.GFLauncherUtils;
344 if (!GFLauncherUtils.ok(domainName) && (s = getString("default")) != null) {
368 installDir = GFLauncherUtils.getInstallDir();
370 if (!GFLauncherUtils.safeIsDirectory(installDir)) {
377 if (!GFLauncherUtils.safeIsDirectory(domainParentDir)) {
384 if (!GFLauncherUtils.safeIsDirectory(configDir)) {
390 if (!GFLauncherUtils.safeExists(configFile)) {
431 if (!GFLauncherUtils.safeIsDirectory(domainRootDir)) {
453 return GFLauncherUtils.safeIsDirectory(f);
H A DGFLauncher.java46 import com.sun.enterprise.universal.glassfish.GFLauncherUtils;
151 if (GFLauncherUtils.ok(domainName)) {
180 if (GFLauncherUtils.ok(jhome) && !jhome.trim().equals("${" + JAVA_ROOT_PROPERTY + "}")) {
351 if (!GFLauncherUtils.ok(logFilename))
577 if (GFLauncherUtils.ok(s))
700 setClasspath(GFLauncherUtils.fileListToPathString(all));
704 if (!GFLauncherUtils.ok(filename)) {
714 if (GFLauncherUtils.isWindows()) {
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/universal/glassfish/
H A DGFLauncherUtils.java54 public class GFLauncherUtils { class
56 private GFLauncherUtils() { method in class:GFLauncherUtils
78 String resourceName = GFLauncherUtils.class.getName().replace('.', '/') + ".class";
79 URL resource = GFLauncherUtils.class.getClassLoader().getResource(resourceName);
H A DTokenResolver.java152 resolved = GFLauncherUtils.replace(resolved, token.token, token.value);
171 replaced = GFLauncherUtils.replace(replaced, "%", "${");
172 replaced = GFLauncherUtils.replace(replaced, "%", "}");
246 if (GFLauncherUtils.isWindows() && hasWindowsToken(s)) {
H A DASenvPropertyReader.java69 this(GFLauncherUtils.getInstallDir());
220 if (GFLauncherUtils.isRelativePath(value)) {
241 GFLauncherUtils.isWindows() ?
283 if (GFLauncherUtils.isWindows()) { //trim off the "set "
366 if (!GFLauncherUtils.ok(javaRootName))
372 if (GFLauncherUtils.isWindows())
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/universal/io/
H A DSmartFile.java49 import com.sun.enterprise.universal.glassfish.GFLauncherUtils;
163 if (GFLauncherUtils.isWindows())
/glassfish-3.1.2/admin/cli-optional/src/main/java/com/sun/enterprise/admin/cli/optional/
H A DStartDatabaseCommand.java50 import com.sun.enterprise.universal.glassfish.GFLauncherUtils;
168 final File installPath = GFLauncherUtils.getInstallDir();
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/universal/xml/
H A DMiniXmlParser.java62 import com.sun.enterprise.universal.glassfish.GFLauncherUtils;
816 if (GFLauncherUtils.ok(listeners)) {
843 if (!GFLauncherUtils.ok(addr))
856 if (GFLauncherUtils.ok(addr))
951 if (GFLauncherUtils.ok(sname))

Completed in 64 milliseconds