Package | Description |
---|---|
org.nuxeo.runtime.model | |
org.nuxeo.runtime.model.impl | |
org.nuxeo.runtime.model.persistence | |
org.nuxeo.runtime.model.persistence.fs | |
org.nuxeo.runtime.test |
Base classes for running test cases under Nuxeo Runtime.
|
Modifier and Type | Class and Description |
---|---|
class |
URLStreamRef |
Modifier and Type | Method and Description |
---|---|
RegistrationInfo |
RuntimeContext.deploy(StreamRef ref)
Same as
RuntimeContext.deploy(URL) but using a StreamRef as argument. |
boolean |
RuntimeContext.isDeployed(StreamRef ref)
Checks whether the component XML file given by the StreamRef argument was
deployed.
|
void |
RuntimeContext.undeploy(StreamRef ref)
Same as
RuntimeContext.undeploy(URL) but using a StreamRef as stream
reference. |
Modifier and Type | Method and Description |
---|---|
RegistrationInfoImpl |
DefaultRuntimeContext.createRegistrationInfo(StreamRef ref) |
RegistrationInfo |
DefaultRuntimeContext.deploy(StreamRef ref) |
boolean |
DefaultRuntimeContext.isDeployed(StreamRef ref) |
void |
DefaultRuntimeContext.undeploy(StreamRef ref) |
Modifier and Type | Interface and Description |
---|---|
interface |
Contribution |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContribution |
class |
ContributionBuilder |
Modifier and Type | Class and Description |
---|---|
class |
ContributionFile |
class |
ContributionLocation |
Modifier and Type | Class and Description |
---|---|
class |
InlineRef
InlineRef allows to create stream ref on the fly, using only a String.
|
Copyright © 2014 Nuxeo SA. All rights reserved.