Uses of Interface
org.eclipse.osgi.service.resolver.State
Packages that use State
-
Uses of State in org.eclipse.osgi.service.resolver
Methods in org.eclipse.osgi.service.resolver that return StateModifier and TypeMethodDescriptionStateObjectFactory.createState()Deprecated.StateObjectFactory.createState(boolean resolver) Creates an empty state with or without a resolver.StateObjectFactory.createState(State state) Creates a new state that is a copy of the given state.StateObjectFactory.StateObjectFactoryProxy.createState()Deprecated.StateObjectFactory.StateObjectFactoryProxy.createState(boolean resolver) StateObjectFactory.StateObjectFactoryProxy.createState(State state) BundleDescription.getContainingState()Returns the state object which hosts this bundle. null is returned if this bundle is not currently in a state.PlatformAdmin.getState()Returns a mutable state representing the current system.PlatformAdmin.getState(boolean mutable) Returns a state representing the current system.Resolver.getState()Returns the state associated with this resolver.StateDelta.getState()Returns the state whose changes are represented by this delta.StateObjectFactory.readState(DataInputStream stream) Deprecated.useStateObjectFactory.readState(File)insteadReads a persisted state from the given directory.StateObjectFactory.readState(InputStream stream) Deprecated.useStateObjectFactory.readState(File)insteadStateObjectFactory.StateObjectFactoryProxy.readState(DataInputStream stream) Deprecated.StateObjectFactory.StateObjectFactoryProxy.readState(InputStream stream) Deprecated.Methods in org.eclipse.osgi.service.resolver with parameters of type StateModifier and TypeMethodDescriptionvoidCommit the differences between the current state and the given state.Returns a delta describing the differences between this state and the given state.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.StateObjectFactory.StateObjectFactoryProxy.createBundleDescription(State state, Dictionary<String, String> manifest, String location, long id) StateObjectFactory.createState(State state) Creates a new state that is a copy of the given state.StateObjectFactory.StateObjectFactoryProxy.createState(State state) voidSets the state associated with this resolver.voidStateObjectFactory.StateObjectFactoryProxy.writeState(State state, DataOutputStream stream) Deprecated.voidStateObjectFactory.StateObjectFactoryProxy.writeState(State state, File stateDirectory) voidStateObjectFactory.StateObjectFactoryProxy.writeState(State state, OutputStream stream) Deprecated.voidStateObjectFactory.writeState(State state, DataOutputStream stream) Deprecated.useStateObjectFactory.writeState(State, File)insteadvoidStateObjectFactory.writeState(State state, File stateDirectory) Persists the given state in the given directory.voidStateObjectFactory.writeState(State state, OutputStream stream) Deprecated.useStateObjectFactory.writeState(State, File)instead
StateObjectFactory.createState(boolean)