@Immutable
public final class BasicMapProfilev2FileSet
extends java.lang.Object
| Constructor and Description | 
|---|
BasicMapProfilev2FileSet(MappedFileSet mappedFileSet,
                        IMFErrorLogger imfErrorLogger)
Constructor for a  
BasicMapProfilev2FileSet from a MappedFileSet object. | 
| Modifier and Type | Method and Description | 
|---|---|
AssetMap | 
getAssetMap()
Getter for the  
AssetMap object corresponding to this object | 
java.net.URI | 
getAssetMapURI()
Getter for the file-based URI corresponding to the  
AssetMap object associated with
 this Mapped File Set | 
static void | 
main(java.lang.String[] args)  | 
public BasicMapProfilev2FileSet(MappedFileSet mappedFileSet, @Nullable IMFErrorLogger imfErrorLogger) throws java.io.IOException, org.xml.sax.SAXException, javax.xml.bind.JAXBException, java.net.URISyntaxException
BasicMapProfilev2FileSet from a MappedFileSet object. Construction
 succeeds if the constraints specified in Section A.1 in Annex A of st0429-9:2014 are satisfiedmappedFileSet - the Mapped File Set object corresponding to this objectimfErrorLogger - an error logger for recording any errors - can be nulljava.io.IOException - - forwarded from MappedFileSet constructororg.xml.sax.SAXException - - forwarded from MappedFileSet constructorjavax.xml.bind.JAXBException - - forwarded from MappedFileSet constructorjava.net.URISyntaxException - - forwarded from MappedFileSet constructorpublic AssetMap getAssetMap()
AssetMap object corresponding to this objectpublic java.net.URI getAssetMapURI()
AssetMap object associated with
 this Mapped File Setpublic static void main(java.lang.String[] args)
                 throws java.io.IOException,
                        org.xml.sax.SAXException,
                        javax.xml.bind.JAXBException,
                        java.net.URISyntaxException
java.io.IOExceptionorg.xml.sax.SAXExceptionjavax.xml.bind.JAXBExceptionjava.net.URISyntaxException