org.jboss.shrinkwrap.api
Interface ArchivePath

All Superinterfaces:
Comparable<ArchivePath>

public interface ArchivePath
extends Comparable<ArchivePath>

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

Version:
$Revision: $
Author:
ALR

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

Method Detail

get

String get()
Obtains the context which this ArchivePath represents

Returns:


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.