public class Platform extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
UNIX_NAME |
static String |
WINDOWS_NAME |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
static Set<String> |
getAllPlatformNames() |
static Set<Platform> |
getAllPlatforms() |
String |
getBasedir() |
String |
getBinFileExtension() |
String |
getClassPath(List<? extends ClasspathElement> classpath) |
String |
getCommentPrefix() |
static Platform |
getInstance(String platformName) |
String |
getInterpolationToken() |
String |
getName() |
String |
getNewLine() |
String |
getPathSeparator() |
static Set<Platform> |
getPlatformSet(List<String> platformList) |
static Set<Platform> |
getPlatformSet(List<String> platformList,
Set<Platform> allSet) |
String |
getRepo() |
String |
getSeparator() |
int |
hashCode() |
boolean |
isShowConsoleWindow() |
void |
setBinFileExtension(String binFileExtension) |
public static Set<Platform> getPlatformSet(List<String> platformList) throws Exception
Exceptionpublic static Set<Platform> getPlatformSet(List<String> platformList, Set<Platform> allSet) throws Exception
Exceptionpublic String getInterpolationToken()
public String getBinFileExtension()
public String getBasedir()
public String getRepo()
public String getSeparator()
public String getPathSeparator()
public String getCommentPrefix()
public String getNewLine()
public String getClassPath(List<? extends ClasspathElement> classpath) throws Exception
Exceptionpublic String getName()
public boolean isShowConsoleWindow()
public void setBinFileExtension(String binFileExtension)
Copyright © 2020. All Rights Reserved.