|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SystemFileReference | |
---|---|
org.ops4j.pax.runner.platform | |
org.ops4j.pax.runner.platform.internal |
Uses of SystemFileReference in org.ops4j.pax.runner.platform |
---|
Classes in org.ops4j.pax.runner.platform that implement SystemFileReference | |
---|---|
class |
SystemFileReferenceBean
A Java bean like implementation of system file reference. |
Methods in org.ops4j.pax.runner.platform that return SystemFileReference | |
---|---|
SystemFileReference |
LocalSystemFile.getSystemFileReference()
Returns the system file reference this file is refering to. |
Method parameters in org.ops4j.pax.runner.platform with type arguments of type SystemFileReference | |
---|---|
void |
Platform.start(java.util.List<SystemFileReference> systemFiles,
java.util.List<BundleReference> bundles,
java.util.Properties platformProperties,
java.util.Dictionary config,
JavaRunner runner)
Starts the platform using an external Java runner service, which may not wait for it to exit. |
Uses of SystemFileReference in org.ops4j.pax.runner.platform.internal |
---|
Methods in org.ops4j.pax.runner.platform.internal that return SystemFileReference | |
---|---|
SystemFileReference |
LocalSystemFileImpl.getSystemFileReference()
Returns the system file reference this file is refering to. |
Method parameters in org.ops4j.pax.runner.platform.internal with type arguments of type SystemFileReference | |
---|---|
void |
PlatformImpl.start(java.util.List<SystemFileReference> systemFiles,
java.util.List<BundleReference> bundles,
java.util.Properties properties,
java.util.Dictionary config,
JavaRunner javaRunner)
|
Constructors in org.ops4j.pax.runner.platform.internal with parameters of type SystemFileReference | |
---|---|
LocalSystemFileImpl(SystemFileReference systemFileReference,
java.io.File file)
Creates a new local bundle. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |