org.ops4j.pax.runner.platform
Interface SystemFileReference

All Known Implementing Classes:
SystemFileReferenceBean

public interface SystemFileReference

Metadata about system file.

Since:
0.15.0, October 28, 2008
Author:
Alin Dreghiciu

Method Summary
 java.lang.String getName()
          Returns the name to the system file to be installed.
 java.net.URL getURL()
          Returns the url to the system file to be installed.
 java.lang.Boolean shouldPrepend()
          Should the system file be in the classpath appended or prepended to framework system file.
 

Method Detail

getName

java.lang.String getName()
Returns the name to the system file to be installed. Name is used for nice diplaying when required, as for example when downloading the reference to a local system file directory.

Returns:
an name

getURL

java.net.URL getURL()
Returns the url to the system file to be installed.

Returns:
an url

shouldPrepend

java.lang.Boolean shouldPrepend()
Should the system file be in the classpath appended or prepended to framework system file.

Returns:
true, if the system file should be prepended


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