|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jpackit.config.BuildType
public final class BuildType
Enumeration for available build types
Field Summary | |
---|---|
static BuildType |
CLASS
Build package as single class file |
static BuildType |
EXE
Build package as Windows executable file |
static BuildType |
JAR
Build package as jar file |
Method Summary | |
---|---|
java.lang.String |
getExtenstion()
Get file extension for package file created with current build type |
static BuildType |
getInstance(java.lang.String name)
Get BuildType instance according to build type name |
java.lang.String |
getName()
Get displayable name of current build type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final BuildType JAR
public static final BuildType CLASS
public static final BuildType EXE
Method Detail |
---|
public static BuildType getInstance(java.lang.String name)
name
- name of build type
java.lang.IllegalArgumentException
- if there is no build type with specified namepublic java.lang.String getName()
public java.lang.String getExtenstion()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |