public class DomainArchive extends Object
Constructor and Description |
---|
DomainArchive() |
Modifier and Type | Method and Description |
---|---|
List<Domain> |
getDomains() |
List<Protocol> |
getProtocols() |
List<ResourceMetaAttribute> |
getResourceMetaAttributes(String domainId) |
List<ResourceType> |
getResourceTypes(String domainId) |
List<ServiceMetaAttribute> |
getServiceMetaAttributes(String domainId) |
List<ServiceType> |
getServiceTypes(String domainId) |
void |
read1pass(ZipInputStream is) |
void |
read2pass(ZipInputStream is,
DaoFactory factory) |
public void read1pass(ZipInputStream is) throws IOException
IOException
public void read2pass(ZipInputStream is, DaoFactory factory)
public List<ResourceMetaAttribute> getResourceMetaAttributes(String domainId)
public List<ResourceType> getResourceTypes(String domainId)
public List<ServiceMetaAttribute> getServiceMetaAttributes(String domainId)
public List<ServiceType> getServiceTypes(String domainId)