org.apache.tools.ant.types

Class Path.PathElement

public class Path.PathElement extends Object

Helper class, holds the nested <pathelement> values.
Method Summary
String[]getParts()
voidsetLocation(File loc)
voidsetPath(String path)

Method Detail

getParts

public String[] getParts()

setLocation

public void setLocation(File loc)

setPath

public void setPath(String path)
Copyright