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 voidappendNode(Node node)booleanequals(Object o)StringgetKind()StringgetPath()inthashCode()voidsetPath(String path)StringtoString()
-
-
-
Method Detail
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
getKind
public String getKind()
- Specified by:
getKindin interfaceClasspathEntry
-
appendNode
public void appendNode(Node node)
- Specified by:
appendNodein interfaceClasspathEntry
-
-