public static class ZipCascadeURIResolver.ZipPackage
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ZipCascadeURIResolver.ZipPackage.CaseType
The Enum CaseType.
|
| Constructor and Description |
|---|
ZipCascadeURIResolver.ZipPackage(java.io.File soureConfFile,
java.lang.String nameInNode,
java.lang.String idInNode,
java.net.URI basePath,
java.io.File zFile,
java.lang.String path,
java.lang.String caseType,
boolean bInNode)
Instantiates a new zip package.
|
ZipCascadeURIResolver.ZipPackage(java.io.File soureConfFile,
java.lang.String nameInNode,
java.lang.String idInNode,
java.net.URI basePath,
java.util.zip.ZipFile zFile,
java.lang.String path,
java.lang.String caseType,
boolean bInNode)
Instantiates a new zip package.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.net.URI |
getBase()
Gets the base.
|
java.lang.String |
getCase()
Gets the case.
|
java.lang.String |
getId()
Gets the id.
|
java.lang.String |
getName()
Gets the name.
|
ZipCascadeURIResolver.ZipPackage |
getNext()
Unused feature.
|
java.lang.String |
getPath()
Gets the path.
|
java.util.Properties |
getProperties()
Reads the content of the xbrlCacheInfo.properties file and returns the properties inside
|
java.io.File |
getSourceConfFile()
Gets the source conf file.
|
int |
getVersion()
Obtains the version numbre of this package.
|
java.lang.String |
getZipFile()
Gets the zip file.
|
int |
hashCode() |
boolean |
isBaseExplicit()
Checks if is base explicit.
|
boolean |
isEnabled()
Unused feature.
|
boolean |
isHidden()
Unused feature.
|
boolean |
isIdExplicit()
Checks if is id explicit.
|
boolean |
isInNode()
Checks if is in node.
|
boolean |
isNameExplicit()
Checks if is name explicit.
|
javax.xml.transform.Source |
resolve(java.lang.String fileName)
Resolve.
|
void |
setBasePath(java.net.URI basePath)
Sets the uriStartString of this ZipPackage.
|
void |
setCaseType(ZipCascadeURIResolver.ZipPackage.CaseType caseType)
Sets the case type.
|
boolean |
wasSimplified()
Was simplified.
|
public ZipCascadeURIResolver.ZipPackage(java.io.File soureConfFile,
java.lang.String nameInNode,
java.lang.String idInNode,
java.net.URI basePath,
java.io.File zFile,
java.lang.String path,
java.lang.String caseType,
boolean bInNode)
throws java.util.zip.ZipException,
java.io.IOException,
java.net.URISyntaxException
soureConfFile - the soure conf filenameInNode - the name in nodeidInNode - the id in nodebasePath - the base pathzFile - the z filepath - the pathcaseType - the case typebInNode - the b in nodejava.util.zip.ZipException - the zip exceptionjava.io.IOException - Signals that an I/O exception has occurred.java.net.URISyntaxException - the URI syntax exceptionpublic ZipCascadeURIResolver.ZipPackage(java.io.File soureConfFile,
java.lang.String nameInNode,
java.lang.String idInNode,
java.net.URI basePath,
java.util.zip.ZipFile zFile,
java.lang.String path,
java.lang.String caseType,
boolean bInNode)
throws java.util.zip.ZipException,
java.io.IOException,
java.net.URISyntaxException
soureConfFile - the soure conf filenameInNode - the name in nodeidInNode - the id in nodebasePath - the base pathzFile - the z filepath - the pathcaseType - the case typebInNode - the b in nodejava.util.zip.ZipException - the zip exceptionjava.io.IOException - Signals that an I/O exception has occurred.java.net.URISyntaxException - the URI syntax exceptionpublic java.io.File getSourceConfFile()
public java.lang.String getId()
public java.lang.String getName()
public int getVersion()
public void setBasePath(java.net.URI basePath)
basePath - the basePath to setpublic void setCaseType(ZipCascadeURIResolver.ZipPackage.CaseType caseType)
caseType - the caseType to setpublic java.lang.String getZipFile()
public java.net.URI getBase()
public boolean isBaseExplicit()
public boolean isNameExplicit()
public java.lang.String getCase()
public java.lang.String getPath()
public javax.xml.transform.Source resolve(java.lang.String fileName)
fileName - the file namepublic java.util.Properties getProperties()
public ZipCascadeURIResolver.ZipPackage getNext() throws java.util.zip.ZipException, java.io.IOException, java.net.URISyntaxException
java.util.zip.ZipException - the zip exceptionjava.io.IOException - Signals that an I/O exception has occurred.java.net.URISyntaxException - the URI syntax exceptionpublic boolean isHidden()
public boolean isEnabled()
public boolean isInNode()
public boolean isIdExplicit()
public boolean wasSimplified()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object