public class ExportConfig
extends Object
implements Externalizable
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTS |
static String |
FILE_HOME |
static int |
MAJOR |
static int |
MINOR |
| Constructor and Description |
|---|
ExportConfig() |
ExportConfig(String jsonFile) |
ExportConfig(String type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAffectedMap() |
static Map<String,List<String>> |
getAvailableConfigs() |
static List<String> |
getAvailableConfigs(String s) |
String |
getContainerMap() |
String |
getMasterMap() |
Method |
getPostMapper() |
Method |
getPreMapper() |
Set<String> |
getQueryAtts() |
Method |
getRegisterRelease() |
String |
getResultedMap() |
Pattern |
getSucessTest() |
void |
init(String jsonFile) |
static void |
main(String[] a) |
void |
readExternal(ObjectInput objectinput) |
void |
setAffectedMap(String affectedMap) |
void |
setContainerMap(String containerMap) |
void |
setMasterMap(String masterMap) |
void |
setPostMapper(String clsMeth) |
void |
setPreMapper(String clsMeth) |
void |
setRegisterRelease(String clsMeth) |
void |
setResultedMap(String resultedMap) |
void |
setSucessTest(Pattern sucessTest) |
String |
toString() |
static void |
usage() |
void |
writeExternal(ObjectOutput objectoutput) |
public static final int MAJOR
public static final int MINOR
public static final String FILE_HOME
public static final String ATTS
public ExportConfig()
throws Exception
Exceptionpublic ExportConfig(String jsonFile)
throws Exception
Exceptionpublic ExportConfig(String type,
String name)
throws Exception
Exceptionpublic void init(String jsonFile)
throws Exception
Exceptionpublic void writeExternal(ObjectOutput objectoutput)
throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput objectinput)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic Method getPreMapper()
public void setPreMapper(String clsMeth)
throws Exception
Exceptionpublic Method getRegisterRelease()
public void setRegisterRelease(String clsMeth)
throws Exception
Exceptionpublic Method getPostMapper()
public void setPostMapper(String clsMeth)
throws Exception
Exceptionpublic String getContainerMap()
public void setContainerMap(String containerMap)
public String getMasterMap()
public void setMasterMap(String masterMap)
public String getAffectedMap()
public void setAffectedMap(String affectedMap)
public String getResultedMap()
public void setResultedMap(String resultedMap)
public Pattern getSucessTest()
public void setSucessTest(Pattern sucessTest)
public Set<String> getQueryAtts()
public static Map<String,List<String>> getAvailableConfigs()
public static List<String> getAvailableConfigs(String s)
public String toString()
toString in class Objectpublic static void main(String[] a)
throws Exception
Exceptionpublic static void usage()