|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.user.tools.util.CreatorUtilities
public class CreatorUtilities
Utility methods used by ApplicationCreator.
Constructor Summary | |
---|---|
CreatorUtilities()
|
Method Summary | |
---|---|
static java.lang.String |
appendPaths(java.lang.String delimiter,
java.util.List<java.lang.String> paths)
Create a PATH style string separated by the specified delimiter (';' for windows, ':' for UNIX) Note that this method prepends the delimiter to the front of the string. |
static java.lang.String |
createEclipseExtraLaunchPaths(java.util.List<java.lang.String> extraClassPaths)
Create the extra path entries for an Eclipse '.launch' file in XML format. |
static boolean |
isValidModuleName(java.lang.String moduleName)
Returns true if moduleName is a valid module
name. |
static boolean |
validatePathsAndModules(java.lang.String userJar,
java.util.List<java.lang.String> pathList,
java.util.List<java.lang.String> moduleList)
Check to see that the userJar and pathList files all exist, and that the moduleList entries can be found within the jars. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CreatorUtilities()
Method Detail |
---|
public static java.lang.String appendPaths(java.lang.String delimiter, java.util.List<java.lang.String> paths)
delimiter
- The delimiter string to place between variables.paths
- The list of paths to concatenate together.
public static java.lang.String createEclipseExtraLaunchPaths(java.util.List<java.lang.String> extraClassPaths) throws java.io.FileNotFoundException
extraClassPaths
- a list of paths/.jar files to add to the class path
java.io.FileNotFoundException
public static boolean isValidModuleName(java.lang.String moduleName)
true
if moduleName
is a valid module
name.
public static boolean validatePathsAndModules(java.lang.String userJar, java.util.List<java.lang.String> pathList, java.util.List<java.lang.String> moduleList)
userJar
- The full path to gwt-user.jarpathList
- A list of jar files to add to the class path.moduleList
- A list of GWT module names to add as 'inherits' tags
true
if all validations pass.
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |