org.schmant.task
Interface PathDecorator<T extends PathDecorator<T,U>,U>

All Superinterfaces:
TaskDecorator, ValidatingDecorator
All Known Implementing Classes:
JavaProjectClasspathDecorator

public interface PathDecorator<T extends PathDecorator<T,U>,U>
extends ValidatingDecorator

This interface defines a validating decorator that can be used to get some kind of path entries.

Since:
0.5
Author:
Karl Gustafsson

Method Summary
 List<U> getPathEntries()
          Get the path entries.
 
Methods inherited from interface org.schmant.task.ValidatingDecorator
validate
 

Method Detail

getPathEntries

List<U> getPathEntries()
Get the path entries. It is up to the using object to decide how the objects returned from this method should be interpreted.

Returns:
The path entries.