Class ProfileTypes
java.lang.Object
org.apache.sis.internal.jaxb.TypeRegistration
org.apache.sis.internal.profile.fra.ProfileTypes
Completes the JAXB context with classes specific to the French profile.
This class is declared in the
META-INF/services/org.apache.sis.internal.jaxb.TypeRegistration file.- Since:
- 0.4
- Version:
- 1.0
-
Field Summary
Fields inherited from class org.apache.sis.internal.jaxb.TypeRegistration
ROOT_ADAPTERS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidgetTypes(Collection<Class<?>> addTo) Adds to the given collection the metadata types that should be given to the initial JAXB context.protected booleanhasRenameFile(boolean export) Returnstrueforexport = falsein order to notify that we provide a"RenameOnImport.lst"file that need to be read.Methods inherited from class org.apache.sis.internal.jaxb.TypeRegistration
beforeMarshal, getPrivateInfo, getRenameFileLoader, getSharedContext
-
Constructor Details
-
ProfileTypes
public ProfileTypes()
-
-
Method Details
-
getTypes
Adds to the given collection the metadata types that should be given to the initial JAXB context.- Specified by:
getTypesin classTypeRegistration- Parameters:
addTo- the collection in which to add new types.
-
hasRenameFile
protected boolean hasRenameFile(boolean export) Returnstrueforexport = falsein order to notify that we provide a"RenameOnImport.lst"file that need to be read.- Overrides:
hasRenameFilein classTypeRegistration- Parameters:
export-truefor"RenameOnImport.lst",falsefor"RenameOnImport.lst".- Returns:
truefor"RenameOnImport.lst",falseotherwise.
-