public class FragmentAnalyser extends java.lang.Object implements IFragmentAnalyser
Constructor and Description |
---|
FragmentAnalyser() |
Modifier and Type | Method and Description |
---|---|
ModelFragment |
extractMetadata(java.io.File fragment)
Metadata extraction from the ModelFragment file
|
void |
validate(java.io.File fragmentmetadata)
Validation of ModelFragment
|
void |
validateMetadata(ModelFragment metadata)
Validation of metadata associated with ModelFragment
|
public void validate(java.io.File fragmentmetadata) throws MalformedFragmentException
IFragmentAnalyser
validate
in interface IFragmentAnalyser
fragmentmetadata
- File of ModelFragmentmetadata are malformed or incompleteMalformedFragmentException
- Throw ifpublic void validateMetadata(ModelFragment metadata) throws MalformedFragmentException
IFragmentAnalyser
validateMetadata
in interface IFragmentAnalyser
MalformedFragmentException
- Throw ifpublic ModelFragment extractMetadata(java.io.File fragment) throws MalformedFragmentException
IFragmentAnalyser
extractMetadata
in interface IFragmentAnalyser
MalformedFragmentException