Package org.openjfx.model
Class JavaFXDependency
- java.lang.Object
-
- org.apache.maven.model.Dependency
-
- org.openjfx.model.JavaFXDependency
-
- All Implemented Interfaces:
Serializable,Cloneable,org.apache.maven.model.InputLocationTracker
public class JavaFXDependency extends org.apache.maven.model.Dependency- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JavaFXDependency(String artifactId, String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)-
Methods inherited from class org.apache.maven.model.Dependency
addExclusion, clone, getArtifactId, getClassifier, getExclusions, getGroupId, getLocation, getManagementKey, getOptional, getScope, getSystemPath, getType, getVersion, isOptional, removeExclusion, setArtifactId, setClassifier, setExclusions, setGroupId, setLocation, setOptional, setOptional, setScope, setSystemPath, setType, setVersion, toString
-
-