public static class EcodInstallation.EcodParser
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
F_UNCLASSIFIED
String for unclassified F-groups
|
static java.lang.String |
IS_DOMAIN_ASSEMBLY
Deprecated way of indicating there is an assembly. replaced by the assembly id
|
static java.lang.String |
IS_REPRESENTATIVE
Indicates a manual representative
|
static java.lang.String |
NOT_DOMAIN_ASSEMBLY
String for single-domain assemblies
|
static java.lang.String |
NOT_REPRESENTATIVE
Indicates not a manual representative
|
Constructor and Description |
---|
EcodInstallation.EcodParser(java.io.BufferedReader reader) |
EcodInstallation.EcodParser(java.io.File file) |
EcodInstallation.EcodParser(java.io.Reader reader) |
EcodInstallation.EcodParser(java.lang.String filename) |
Modifier and Type | Method and Description |
---|---|
java.util.List<EcodDomain> |
getDomains() |
java.lang.String |
getVersion() |
public static final java.lang.String F_UNCLASSIFIED
public static final java.lang.String NOT_DOMAIN_ASSEMBLY
public static final java.lang.String IS_DOMAIN_ASSEMBLY
public static final java.lang.String IS_REPRESENTATIVE
public static final java.lang.String NOT_REPRESENTATIVE
public EcodInstallation.EcodParser(java.lang.String filename) throws java.io.IOException
java.io.IOException
public EcodInstallation.EcodParser(java.io.File file) throws java.io.IOException
java.io.IOException
public EcodInstallation.EcodParser(java.io.Reader reader) throws java.io.IOException
java.io.IOException
public EcodInstallation.EcodParser(java.io.BufferedReader reader) throws java.io.IOException
java.io.IOException
public java.util.List<EcodDomain> getDomains()
public java.lang.String getVersion()