Class Output
- java.lang.Object
-
- org.gradle.plugins.ide.eclipse.model.Output
-
- All Implemented Interfaces:
ClasspathEntry
public class Output extends Object implements ClasspathEntry
A classpath entry representing an output folder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
appendNode(Node node)
boolean
equals(Object o)
String
getKind()
String
getPath()
int
hashCode()
void
setPath(String path)
String
toString()
-
-
-
Method Detail
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
getKind
public String getKind()
- Specified by:
getKind
in interfaceClasspathEntry
-
appendNode
public void appendNode(Node node)
- Specified by:
appendNode
in interfaceClasspathEntry
-
-