Package org.jboss.jca.as.upgrader
Class Main
- java.lang.Object
-
- org.jboss.jca.as.upgrader.Main
-
public class Main extends Object
The AS upgrader application - updates the IronJacamar distribution inside the JBoss Application Server- Author:
- Jesper Pedersen
-
-
Field Summary
Fields Modifier and Type Field Description static StringRELEASE_REPOSITORYRelease repositorystatic StringSNAPSHOT_REPOSITORYSnapshot repository
-
Constructor Summary
Constructors Constructor Description Main()
-
-
-
Field Detail
-
RELEASE_REPOSITORY
public static final String RELEASE_REPOSITORY
Release repository- See Also:
- Constant Field Values
-
SNAPSHOT_REPOSITORY
public static final String SNAPSHOT_REPOSITORY
Snapshot repository- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(String[] args)
Main- Parameters:
args- command line arguments
-
-