Class ScopeOverride

java.lang.Object
org.apache.maven.model.Dependency
org.wildfly.plugins.bombuilder.ScopeOverride
All Implemented Interfaces:
Serializable, Cloneable, org.apache.maven.model.InputLocationTracker

public class ScopeOverride extends org.apache.maven.model.Dependency
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setNewScope(String newScope)
     

    Methods inherited from class org.apache.maven.model.Dependency

    addExclusion, clearManagementKey, clone, getArtifactId, getClassifier, getExclusions, getGroupId, getLocation, getManagementKey, getOptional, getScope, getSystemPath, getType, getVersion, isOptional, removeExclusion, setArtifactId, setClassifier, setExclusions, setGroupId, setLocation, setOptional, setOptional, setOtherLocation, setScope, setSystemPath, setType, setVersion, toString

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ScopeOverride

      public ScopeOverride()
  • Method Details

    • getNewScope

      public String getNewScope()
    • setNewScope

      public void setNewScope(String newScope)