|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of State in org.eclipse.osgi.baseadaptor |
|---|
| Methods in org.eclipse.osgi.baseadaptor that return State | |
|---|---|
State |
BaseAdaptor.getState()
|
| Uses of State in org.eclipse.osgi.framework.adaptor |
|---|
| Methods in org.eclipse.osgi.framework.adaptor that return State | |
|---|---|
State |
FrameworkAdaptor.getState()
Returns the State for this FrameworkAdaptor. |
| Uses of State in org.eclipse.osgi.internal.baseadaptor |
|---|
| Methods in org.eclipse.osgi.internal.baseadaptor that return State | |
|---|---|
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. |
| Methods in org.eclipse.osgi.internal.baseadaptor with parameters of type State | |
|---|---|
void |
StateManager.commit(State state)
|
| Uses of State in org.eclipse.osgi.internal.module |
|---|
| Methods in org.eclipse.osgi.internal.module that return State | |
|---|---|
State |
ResolverImpl.getState()
|
| Methods in org.eclipse.osgi.internal.module with parameters of type State | |
|---|---|
void |
ResolverImpl.setState(State newState)
|
| Uses of State in org.eclipse.osgi.internal.resolver |
|---|
| Classes in org.eclipse.osgi.internal.resolver that implement State | |
|---|---|
class |
ReadOnlyState
|
class |
StateImpl
|
class |
SystemState
|
class |
UserState
This implementation of State does a bookkeeping of all added/removed |
| Methods in org.eclipse.osgi.internal.resolver that return State | |
|---|---|
State |
StateObjectFactoryImpl.createState()
Deprecated. |
State |
StateObjectFactoryImpl.createState(boolean createResolver)
|
State |
StateObjectFactoryImpl.createState(State original)
|
State |
BundleDescriptionImpl.getContainingState()
|
State |
StateObjectFactoryImpl.readState(java.io.DataInputStream stream)
Deprecated. |
State |
StateObjectFactoryImpl.readState(java.io.File stateDirectory)
|
State |
StateObjectFactoryImpl.readState(java.io.InputStream stream)
Deprecated. |
| Methods in org.eclipse.osgi.internal.resolver with parameters of type State | |
|---|---|
StateDelta |
UserState.compare(State baseState)
|
StateDelta |
ReadOnlyState.compare(State state)
|
StateDelta |
SystemState.compare(State state)
|
BundleDescription |
StateObjectFactoryImpl.createBundleDescription(State state,
java.util.Dictionary<java.lang.String,java.lang.String> manifest,
java.lang.String location,
long id)
|
State |
StateObjectFactoryImpl.createState(State original)
|
void |
StateObjectFactoryImpl.internalWriteStateDeprecated(State state,
java.io.DataOutputStream stream)
|
protected void |
BundleDescriptionImpl.setContainingState(State value)
|
void |
StateObjectFactoryImpl.writeState(State state,
java.io.DataOutputStream stream)
Deprecated. |
void |
StateObjectFactoryImpl.writeState(State state,
java.io.File stateDirectory)
|
void |
StateObjectFactoryImpl.writeState(State state,
java.io.File stateFile,
java.io.File lazyFile)
|
void |
StateObjectFactoryImpl.writeState(State state,
java.io.OutputStream stream)
Deprecated. |
| Constructors in org.eclipse.osgi.internal.resolver with parameters of type State | |
|---|---|
ReadOnlyState(State target)
|
|
| Uses of State in org.eclipse.osgi.internal.service.security |
|---|
| Constructors in org.eclipse.osgi.internal.service.security with parameters of type State | |
|---|---|
DefaultAuthorizationEngine(BundleContext context,
State systemState)
|
|
| Uses of State in org.eclipse.osgi.service.resolver |
|---|
| Methods in org.eclipse.osgi.service.resolver that return State | |
|---|---|
State |
StateObjectFactory.createState()
Deprecated. use StateObjectFactory.createState(boolean) |
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 |
PlatformAdmin.getState()
Returns a mutable state representing the current system. |
State |
Resolver.getState()
Returns the state associated with this resolver. |
State |
StateDelta.getState()
Returns the state whose changes are represented by this delta. |
State |
PlatformAdmin.getState(boolean mutable)
Returns a state representing the current system. |
State |
StateObjectFactory.readState(java.io.DataInputStream stream)
Deprecated. use StateObjectFactory.readState(File) instead |
State |
StateObjectFactory.readState(java.io.File stateDirectory)
Reads a persisted state from the given directory. |
State |
StateObjectFactory.readState(java.io.InputStream stream)
Deprecated. use StateObjectFactory.readState(File) instead |
| Methods in org.eclipse.osgi.service.resolver with parameters of type State | |
|---|---|
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,
java.util.Dictionary<java.lang.String,java.lang.String> manifest,
java.lang.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,
java.io.DataOutputStream stream)
Deprecated. use StateObjectFactory.writeState(State, File) instead |
void |
StateObjectFactory.writeState(State state,
java.io.File stateDirectory)
Persists the given state in the given directory. |
void |
StateObjectFactory.writeState(State state,
java.io.OutputStream stream)
Deprecated. use StateObjectFactory.writeState(State, File) instead |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||