public class ConfigFileInfo extends Object
| Constructor and Description |
|---|
ConfigFileInfo(File file) |
| Modifier and Type | Method and Description |
|---|---|
short |
getActivatableVersion() |
List<ChangeHistoryItem> |
getChanges() |
List<ConfigAreaDependency> |
getDependencies() |
String |
getDescription() |
String |
getPid() |
String |
getShortInfo() |
short |
getTransferableVersion() |
static void |
main(String[] args) |
static String |
readXmlString(String stringToBeTrimmed)
Entfernt XML-Tags und überflüssigen Whitespace aus dem übergebenem Text, wandelt XML-Entitäten um.
|
String |
toString() |
public ConfigFileInfo(File file) throws IOException, NoSuchVersionException
IOExceptionNoSuchVersionExceptionpublic static String readXmlString(String stringToBeTrimmed)
stringToBeTrimmed - zu formatierender Stringpublic String getShortInfo()
public String getDescription()
public short getTransferableVersion()
throws IOException
IOExceptionpublic short getActivatableVersion()
public List<ConfigAreaDependency> getDependencies()
public List<ChangeHistoryItem> getChanges()
public String getPid()
public static void main(String[] args)