Class FragmentArtifact
- java.lang.Object
-
- net.ssehub.easy.instantiation.core.model.artifactModel.FragmentArtifact
-
- Direct Known Subclasses:
CompositeFragmentArtifact,JavaFragmentArtifact,VariabilityFragment,XmlAttribute
public abstract class FragmentArtifact extends java.lang.Object implements IArtifact
The (abstract) top-level fragment artifact.- Author:
- Holger Eichelberger
-
-
Constructor Summary
Constructors Constructor Description FragmentArtifact()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexists()Returns whether this artifact is exists.longlastModification()Returns the last modification timestamp of this artifact.voidstore()Stores this artifact in case of changes.
-
-
-
Method Detail
-
lastModification
public long lastModification()
Description copied from interface:IArtifactReturns the last modification timestamp of this artifact.- Specified by:
lastModificationin interfaceIArtifact- Returns:
- the last modification timestamp, 0 if unknown
-
exists
public boolean exists()
Description copied from interface:IArtifactReturns whether this artifact is exists.
-
store
public void store() throws VilExceptionDescription copied from interface:IArtifactStores this artifact in case of changes.- Specified by:
storein interfaceIArtifact- Throws:
VilException- in case of problems storing this artifact
-
-