org.jboss.shrinkwrap.api
Interface Path

All Superinterfaces:
java.lang.Comparable<Path>

public interface Path
extends java.lang.Comparable<Path>

Path Represents a target context within an Archive under which an Asset may be found.


Method Summary
 java.lang.String get()
          Obtains the context which this Path represents
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

get

java.lang.String get()
Obtains the context which this Path represents

Returns: