Package org.jboss.as.patching.generator
Class PatchGenerator
- java.lang.Object
-
- org.jboss.as.patching.generator.PatchGenerator
-
public class PatchGenerator extends Object
Generates a patch archive. Run it using JBoss modules:java -jar jboss-modules.jar -mp modules/ org.jboss.as.patching.generator- Author:
- Brian Stansberry (c) 2012 Red Hat Inc.
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPPLIES_TO_DISTstatic StringASSEMBLE_PATCH_BUNDLEstatic StringCOMBINE_WITHstatic StringCREATE_TEMPLATEstatic StringDETAILED_INSPECTIONstatic StringINCLUDE_VERSIONstatic StringOUTPUT_FILEstatic StringPATCH_CONFIGstatic StringUPDATED_DIST
-
-
-
Field Detail
-
APPLIES_TO_DIST
public static final String APPLIES_TO_DIST
- See Also:
- Constant Field Values
-
ASSEMBLE_PATCH_BUNDLE
public static final String ASSEMBLE_PATCH_BUNDLE
- See Also:
- Constant Field Values
-
CREATE_TEMPLATE
public static final String CREATE_TEMPLATE
- See Also:
- Constant Field Values
-
DETAILED_INSPECTION
public static final String DETAILED_INSPECTION
- See Also:
- Constant Field Values
-
INCLUDE_VERSION
public static final String INCLUDE_VERSION
- See Also:
- Constant Field Values
-
COMBINE_WITH
public static final String COMBINE_WITH
- See Also:
- Constant Field Values
-
OUTPUT_FILE
public static final String OUTPUT_FILE
- See Also:
- Constant Field Values
-
PATCH_CONFIG
public static final String PATCH_CONFIG
- See Also:
- Constant Field Values
-
UPDATED_DIST
public static final String UPDATED_DIST
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(String[] args)
-
-