public interface IFragmentAnalyser
Modifier and Type | Method and Description |
---|---|
ModelFragment |
extractMetadata(java.io.File fragment)
Metadata extraction from the ModelFragment file
|
void |
validate(java.io.File fragment)
Validation of ModelFragment
|
void |
validateMetadata(ModelFragment metadata)
Validation of metadata associated with ModelFragment
|
ModelFragment extractMetadata(java.io.File fragment) throws MalformedFragmentException
fragment
- MalformedFragmentException
void validate(java.io.File fragment) throws MalformedFragmentException
fragment
- File of ModelFragmentmetadata are malformed or incompleteMalformedFragmentException
- Throw ifvoid validateMetadata(ModelFragment metadata) throws MalformedFragmentException
fragment
- File of ModelFragmentmetadata are malformed or incompleteMalformedFragmentException
- Throw if