public class ProjectDependency extends AbstractClasspathEntry
accessRules, COMPONENT_DEPENDENCY_ATTRIBUTE, COMPONENT_NON_DEPENDENCY_ATTRIBUTE, entryAttributes, exported, path
Constructor and Description |
---|
ProjectDependency(Node node) |
ProjectDependency(String path,
String gradlePath) |
Modifier and Type | Method and Description |
---|---|
String |
getDeclaredConfigurationName()
Deprecated.
|
String |
getGradlePath() |
String |
getKind() |
void |
setDeclaredConfigurationName(String declaredConfigurationName) |
void |
setGradlePath(String gradlePath) |
String |
toString() |
addClasspathEntry, appendNode, equals, getAccessRules, getEntryAttributes, getExported, getNativeLibraryLocation, getPath, hashCode, isExported, normalizePath, setAccessRules, setExported, setNativeLibraryLocation, setPath, writeEntryAttributes
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty
public ProjectDependency(Node node)
public String getGradlePath()
public void setGradlePath(String gradlePath)
@Deprecated public String getDeclaredConfigurationName()
public void setDeclaredConfigurationName(String declaredConfigurationName)
public String getKind()
public String toString()
toString
in class AbstractClasspathEntry