java.lang.Object
de.grogra.pf.io.FilterBase
de.grogra.rgg.model.CompilationFilter
- All Implemented Interfaces:
Filter
,FilterSource
,ObjectSource
,ResourceLoader
,RegistryContext
,Map
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.grogra.pf.io.FilterSource
FilterSource.MetaDataKey<V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MimeType
static final IOFlavor
static final String
static boolean
Fields inherited from class de.grogra.pf.io.FilterBase
item, source
Fields inherited from interface de.grogra.pf.io.FilterSource
AUTO_PROGRESS, DESTINATION_FILE, DESTINATION_URL
Fields inherited from interface de.grogra.util.Map
DEFAULT_VALUE, EMPTY_MAP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
addResource
(FilterSource source) Type<?>[]
compile
(CClass shell, ClassLoader parentLoader) static void
exportCompiled
(Item item, Object info, Context ctx) Returns the data as an object of a class which is compatible which the flavor.void
Methods inherited from class de.grogra.pf.io.FilterBase
get, getFilter, getFlavor, getImpl, getMetaData, getRegistry, getSource, getSystemId, initProgressMonitor, setFlavor, setMetaData, setMetaData, setProgress, setSystemId, toString, toURL
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface de.grogra.pf.io.FilterSource
getFilter, getFlavor, getMetaData, getSystemId, initProgressMonitor, setMetaData, setProgress
Methods inherited from interface de.grogra.pf.registry.RegistryContext
getRegistry
-
Field Details
-
COMPILATION_UNIT_TYPE
-
CUNIT_FLAVOR
-
DEACTIVATION_CATEGORY
- See Also:
-
WRITE_CLASSES
public static boolean WRITE_CLASSES
-
-
Constructor Details
-
CompilationFilter
-
-
Method Details
-
getObject
Description copied from interface:ObjectSource
Returns the data as an object of a class which is compatible which the flavor.- Specified by:
getObject
in interfaceObjectSource
- Returns:
- the data
-
getCompilationUnit
-
compile
- Throws:
IOException
-
loadResource
- Specified by:
loadResource
in interfaceResourceLoader
- Throws:
IOException
-
addResource
- Specified by:
addResource
in interfaceResourceLoader
-
getJoinedDeactivationCategory
- Specified by:
getJoinedDeactivationCategory
in interfaceResourceLoader
-
exportCompiled
-