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 void
getTypes
(Collection<Class<?>> addTo) Adds to the given collection the metadata types that should be given to the initial JAXB context.protected boolean
hasRenameFile
(boolean export) Returnstrue
forexport = false
in 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:
getTypes
in classTypeRegistration
- Parameters:
addTo
- the collection in which to add new types.
-
hasRenameFile
protected boolean hasRenameFile(boolean export) Returnstrue
forexport = false
in order to notify that we provide a"RenameOnImport.lst"
file that need to be read.- Overrides:
hasRenameFile
in classTypeRegistration
- Parameters:
export
-true
for"RenameOnImport.lst"
,false
for"RenameOnImport.lst"
.- Returns:
true
for"RenameOnImport.lst"
,false
otherwise.
-