|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.wikitty.publication.externalize.WikittyPublicationExternalize
public class WikittyPublicationExternalize
Entry point for the main externalize functionality
| Field Summary | |
|---|---|
static String |
COMPILED_EXTENSION
|
static String |
DEFAULT_JAR_NAME
|
static String |
JAR_CLASSPATH_DIR
|
static String |
MIME_SUFFIX
|
static String |
SOURCE_EXTENSION
|
static String |
TEMPORARY_FILE_NAME
|
static String |
VERSION_SUFFIX
|
| Method Summary | |
|---|---|
static void |
externalize(org.nuiton.util.ApplicationConfig conf)
Externalize all the wikitty found on the wikitty service designed by the application config |
static void |
externalize(org.nuiton.util.ApplicationConfig conf,
Criteria crit)
Externalize all the wikitty found(with the criteria) on the wikitty service designed by the application config |
static void |
externalize(org.nuiton.util.ApplicationConfig conf,
Criteria crit,
File targetDir)
Externalize all the wikitty found(with the criteria) on the wikitty service designed by the application config and put the result jar in the target dir |
static File |
externalize(org.nuiton.util.ApplicationConfig conf,
Criteria crit,
File TargetDir,
String jarName)
Externalize all the wikitty found(with the criteria) on the wikitty service designed by the application config and put the result jar in the target dir with the specific name |
protected static List<File> |
extractJarFromServiceForCompil(WikittyProxy prox)
|
static void |
main(String[] args)
Externalize the current dir as if it was a wikitty service on file system. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static String JAR_CLASSPATH_DIR
public static String TEMPORARY_FILE_NAME
public static String DEFAULT_JAR_NAME
public static String VERSION_SUFFIX
public static String MIME_SUFFIX
public static String SOURCE_EXTENSION
public static String COMPILED_EXTENSION
| Method Detail |
|---|
public static void main(String[] args)
throws org.nuiton.util.ArgumentsParserException,
IOException
args -
org.nuiton.util.ArgumentsParserException
IOException
public static void externalize(org.nuiton.util.ApplicationConfig conf)
throws org.nuiton.util.ArgumentsParserException,
IOException
conf - application config initialized to create a wikitty service
org.nuiton.util.ArgumentsParserException
IOException
public static void externalize(org.nuiton.util.ApplicationConfig conf,
Criteria crit)
throws org.nuiton.util.ArgumentsParserException,
IOException
conf - application config initialized to create a wikitty servicecrit - the criteria for the wikitty to externalize
org.nuiton.util.ArgumentsParserException
IOException
public static void externalize(org.nuiton.util.ApplicationConfig conf,
Criteria crit,
File targetDir)
throws org.nuiton.util.ArgumentsParserException,
IOException
conf - application config initialized to create a wikitty servicecrit - the criteria for the wikitty to externalizetargetDir - where the jar will be create
org.nuiton.util.ArgumentsParserException
IOException
public static File externalize(org.nuiton.util.ApplicationConfig conf,
Criteria crit,
File TargetDir,
String jarName)
throws org.nuiton.util.ArgumentsParserException,
IOException
conf - application config initialized to create a wikitty servicecrit - the criteria for the wikitty to externalizetargetDir - where the jar will be createjarName - the name for the jar
org.nuiton.util.ArgumentsParserException
IOExceptionprotected static List<File> extractJarFromServiceForCompil(WikittyProxy prox)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||