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 Detail

      • list

        String[] list()
        Returns all indivudual pathes of this path.
        Returns:
        List of elements.