Uses of Class
net.ssehub.easy.instantiation.core.model.vilTypes.Instantiator
-
Packages that use Instantiator Package Description net.ssehub.easy.instantiation.ant.instantiators Java-specific instantiators.net.ssehub.easy.instantiation.aspectj.instantiators AspectJ-specific instantiators.net.ssehub.easy.instantiation.core.model.defaultInstantiators The default instantiators for VIL.net.ssehub.easy.instantiation.core.model.vilTypes Contains the basic VIL types used as foundation for the artifact model and for integrating the variability model, i.e., types which are not artifacts themselves.net.ssehub.easy.instantiation.java.instantiators Java-specific instantiators.net.ssehub.easy.instantiation.maven A Maven instantiator.net.ssehub.easy.instantiation.serializer.xml A simple and generic mechanism to persist IVML object models as an XML file or stream and also to read them back.net.ssehub.easy.instantiation.velocity This package contains the VIL instantiator realization of Apache's Velocity.
For more information please visit the Velocity project page.net.ssehub.easy.instantiation.xvcl This package holds the Instantiator for the instantiation xvcl files using the XVCL library. -
-
Uses of Instantiator in net.ssehub.easy.instantiation.ant.instantiators
Classes in net.ssehub.easy.instantiation.ant.instantiators with annotations of type Instantiator Modifier and Type Class Description classAntBuilds Java applications with ANT.classMakeA Make-Instantiator, wich runs make-scripts with the help of ANT (operating system independent). -
Uses of Instantiator in net.ssehub.easy.instantiation.aspectj.instantiators
Classes in net.ssehub.easy.instantiation.aspectj.instantiators with annotations of type Instantiator Modifier and Type Class Description classAspectJCompiles java files using the AspectJ compiler. -
Uses of Instantiator in net.ssehub.easy.instantiation.core.model.defaultInstantiators
Classes in net.ssehub.easy.instantiation.core.model.defaultInstantiators with annotations of type Instantiator Modifier and Type Class Description classIntegerSequenceConstructorsA "instantiator" for VIL sequences.classPrintlnDebug / printing support.classProgressNotifierAllows VIL/VTL to notify the user about actual progress.classRandomDoubleA random "instantiator" for VIL.classRandomIntegerA random "instantiator" for VIL.classTracingAllows enabling or disabling tracing from VIL/VTL.classUnzipUnpacks ZIP files.classVilTemplateProcessorImplements the default VIL template processor.classZipCreates ZIP files. -
Uses of Instantiator in net.ssehub.easy.instantiation.core.model.vilTypes
Methods in net.ssehub.easy.instantiation.core.model.vilTypes with parameters of type Instantiator Modifier and Type Method Description private static voidTypeRegistry. testInstantiatorType(TypeDescriptor<? extends IVilType> type, Instantiator inst)Some basic semantic tests for instantiators. -
Uses of Instantiator in net.ssehub.easy.instantiation.java.instantiators
Classes in net.ssehub.easy.instantiation.java.instantiators with annotations of type Instantiator Modifier and Type Class Description classCocktailInstantiatorThe SAP cocktail instantiator.classJarCreates JAR files.classJavacCompiles java files using Javac.classUnjarUnpacks JAR files. -
Uses of Instantiator in net.ssehub.easy.instantiation.maven
Classes in net.ssehub.easy.instantiation.maven with annotations of type Instantiator Modifier and Type Class Description classMavenBuilds Java applications with Maven. -
Uses of Instantiator in net.ssehub.easy.instantiation.serializer.xml
Classes in net.ssehub.easy.instantiation.serializer.xml with annotations of type Instantiator Modifier and Type Class Description classModelDeserializerThis class offers the methods for the deserialization of the model.classModelSerializerThis class offers the methods for the serialization of the model. -
Uses of Instantiator in net.ssehub.easy.instantiation.velocity
Classes in net.ssehub.easy.instantiation.velocity with annotations of type Instantiator Modifier and Type Class Description classVelocityInstantiatorA VIL instantiator for velocity. -
Uses of Instantiator in net.ssehub.easy.instantiation.xvcl
Classes in net.ssehub.easy.instantiation.xvcl with annotations of type Instantiator Modifier and Type Class Description classXVCLInstantiatorRegisters and calls the XVCL instantiatior from VIL.
-