org.ops4j.pax.url.assembly.internal
Interface Resource


public interface Resource

Resource is an url that has a path.

Since:
1.1.0, August 31, 2009
Author:
Alin Dreghiciu

Method Summary
 String path()
          Getter.
 URL url()
          Getter.
 

Method Detail

path

String path()
Getter.

Returns:
resource path

url

URL url()
Getter.

Returns:
resource url


Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.