Package com.qulice.ant
Interface AntPath
-
- All Known Implementing Classes:
AntPath.Default
,AntPath.Fake
public interface AntPath
Represents subset of org.apache.tools.ant.types.Path API which is relevant to Qulice.- Since:
- 1.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
AntPath.Default
Default implementation which wraps Ant path.static class
AntPath.Fake
Simple implementation for tests.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]
list()
Returns all indivudual pathes of this path.
-
-
-
Method Detail
-
list
String[] list()
Returns all indivudual pathes of this path.- Returns:
- List of elements.
-
-