Package | Description |
---|---|
org.eclipse.osgi.baseadaptor | |
org.eclipse.osgi.framework.adaptor | |
org.eclipse.osgi.internal.baseadaptor | |
org.eclipse.osgi.internal.module | |
org.eclipse.osgi.internal.resolver | |
org.eclipse.osgi.internal.service.security | |
org.eclipse.osgi.service.resolver |
Provides the Equinox resolver API.
|
Modifier and Type | Method and Description |
---|---|
State |
BaseAdaptor.getState() |
Modifier and Type | Method and Description |
---|---|
State |
FrameworkAdaptor.getState()
Returns the State for this FrameworkAdaptor.
|
Modifier and Type | Method and Description |
---|---|
State |
StateManager.createSystemState()
Creates a new State used by the system.
|
State |
StateManager.getState() |
State |
StateManager.getState(boolean mutable) |
State |
StateManager.getSystemState()
Returns the State used by the system.
|
State |
StateManager.readSystemState()
Reads the State used by the system.
|
Modifier and Type | Method and Description |
---|---|
void |
StateManager.commit(State state) |
Modifier and Type | Method and Description |
---|---|
State |
ResolverImpl.getState() |
Modifier and Type | Method and Description |
---|---|
void |
ResolverImpl.setState(State newState) |
Modifier and Type | Class and Description |
---|---|
class |
ReadOnlyState |
class |
StateImpl |
class |
SystemState |
class |
UserState
This implementation of State does a bookkeeping of all added/removed
|
Modifier and Type | Method and Description |
---|---|
State |
StateObjectFactoryImpl.createState()
Deprecated.
|
State |
StateObjectFactoryImpl.createState(boolean createResolver) |
State |
StateObjectFactoryImpl.createState(State original) |
State |
BundleDescriptionImpl.getContainingState() |
State |
StateObjectFactoryImpl.readState(DataInputStream stream)
Deprecated.
|
State |
StateObjectFactoryImpl.readState(File stateDirectory) |
State |
StateObjectFactoryImpl.readState(InputStream stream)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StateDelta |
ReadOnlyState.compare(State state) |
StateDelta |
SystemState.compare(State state) |
StateDelta |
UserState.compare(State baseState) |
BundleDescription |
StateObjectFactoryImpl.createBundleDescription(State state,
Dictionary<String,String> manifest,
String location,
long id) |
State |
StateObjectFactoryImpl.createState(State original) |
void |
StateObjectFactoryImpl.internalWriteStateDeprecated(State state,
DataOutputStream stream) |
protected void |
BundleDescriptionImpl.setContainingState(State value) |
void |
StateObjectFactoryImpl.writeState(State state,
DataOutputStream stream)
Deprecated.
|
void |
StateObjectFactoryImpl.writeState(State state,
File stateDirectory) |
void |
StateObjectFactoryImpl.writeState(State state,
File stateFile,
File lazyFile) |
void |
StateObjectFactoryImpl.writeState(State state,
OutputStream stream)
Deprecated.
|
Constructor and Description |
---|
ReadOnlyState(State target) |
Constructor and Description |
---|
DefaultAuthorizationEngine(BundleContext context,
State systemState) |
Modifier and Type | Method and Description |
---|---|
State |
StateObjectFactory.createState()
Deprecated.
|
State |
StateObjectFactory.createState(boolean resolver)
Creates an empty state with or without a resolver.
|
State |
StateObjectFactory.createState(State state)
Creates a new state that is a copy of the given state.
|
State |
BundleDescription.getContainingState()
Returns the state object which hosts this bundle.
|
State |
StateDelta.getState()
Returns the state whose changes are represented by this delta.
|
State |
Resolver.getState()
Returns the state associated with this resolver.
|
State |
PlatformAdmin.getState()
Returns a mutable state representing the current system.
|
State |
PlatformAdmin.getState(boolean mutable)
Returns a state representing the current system.
|
State |
StateObjectFactory.readState(DataInputStream stream)
Deprecated.
use
StateObjectFactory.readState(File) instead |
State |
StateObjectFactory.readState(File stateDirectory)
Reads a persisted state from the given directory.
|
State |
StateObjectFactory.readState(InputStream stream)
Deprecated.
use
StateObjectFactory.readState(File) instead |
Modifier and Type | Method and Description |
---|---|
void |
PlatformAdmin.commit(State state)
Commit the differences between the current state and the given state.
|
StateDelta |
State.compare(State baseState)
Returns a delta describing the differences between this state and the
given state.
|
BundleDescription |
StateObjectFactory.createBundleDescription(State state,
Dictionary<String,String> manifest,
String location,
long id)
Returns a bundle description based on the information in the supplied manifest dictionary.
|
State |
StateObjectFactory.createState(State state)
Creates a new state that is a copy of the given state.
|
void |
Resolver.setState(State value)
Sets the state associated with this resolver.
|
void |
StateObjectFactory.writeState(State state,
DataOutputStream stream)
Deprecated.
use
StateObjectFactory.writeState(State, File) instead |
void |
StateObjectFactory.writeState(State state,
File stateDirectory)
Persists the given state in the given directory.
|
void |
StateObjectFactory.writeState(State state,
OutputStream stream)
Deprecated.
use
StateObjectFactory.writeState(State, File) instead |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.