org.codehaus.mojo.appassembler.daemon.script
Class Platform
java.lang.Object
org.codehaus.mojo.appassembler.daemon.script.Platform
public class Platform
- extends java.lang.Object
- Version:
- $Id: Platform.java 6975 2008-05-15 21:49:29Z dennisl $
- Author:
- Trygve Laugstøl
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
UNIX_NAME
public static final java.lang.String UNIX_NAME
- See Also:
- Constant Field Values
WINDOWS_NAME
public static final java.lang.String WINDOWS_NAME
- See Also:
- Constant Field Values
getInstance
public static Platform getInstance(java.lang.String platformName)
throws DaemonGeneratorException
- Throws:
DaemonGeneratorException
getAllPlatformNames
public static java.util.Set getAllPlatformNames()
getAllPlatforms
public static java.util.Set getAllPlatforms()
getPlatformSet
public static java.util.Set getPlatformSet(java.util.List platformList)
throws DaemonGeneratorException
- Throws:
DaemonGeneratorException
getPlatformSet
public static java.util.Set getPlatformSet(java.util.List platformList,
java.util.Set allSet)
throws DaemonGeneratorException
- Throws:
DaemonGeneratorException
getInterpolationToken
public java.lang.String getInterpolationToken()
getBinFileExtension
public java.lang.String getBinFileExtension()
getBasedir
public java.lang.String getBasedir()
getRepo
public java.lang.String getRepo()
getSeparator
public java.lang.String getSeparator()
getPathSeparator
public java.lang.String getPathSeparator()
getClassPath
public java.lang.String getClassPath(Daemon daemon)
throws DaemonGeneratorException
- Throws:
DaemonGeneratorException
getExtraJvmArguments
public java.lang.String getExtraJvmArguments(JvmSettings jvmSettings)
getAppArguments
public java.lang.String getAppArguments(Daemon descriptor)
getEnvSetup
public java.lang.String getEnvSetup(Daemon daemon)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
getName
public java.lang.String getName()
isShowConsoleWindow
public boolean isShowConsoleWindow(Daemon daemon)
Copyright © 2006-2008 Codehaus. All Rights Reserved.