Uses of Interface
org.eclipse.osgi.service.resolver.State
-
Packages that use State Package Description org.eclipse.osgi.service.resolver Provides the Equinox resolver API. -
-
Uses of State in org.eclipse.osgi.service.resolver
Methods in org.eclipse.osgi.service.resolver that return State Modifier and Type Method Description StateStateObjectFactory. createState()Deprecated.StateStateObjectFactory. createState(boolean resolver)Creates an empty state with or without a resolver.StateStateObjectFactory. createState(State state)Creates a new state that is a copy of the given state.StateStateObjectFactory.StateObjectFactoryProxy. createState()Deprecated.StateStateObjectFactory.StateObjectFactoryProxy. createState(boolean resolver)StateStateObjectFactory.StateObjectFactoryProxy. createState(State state)StateBundleDescription. getContainingState()Returns the state object which hosts this bundle. null is returned if this bundle is not currently in a state.StatePlatformAdmin. getState()Returns a mutable state representing the current system.StatePlatformAdmin. getState(boolean mutable)Returns a state representing the current system.StateResolver. getState()Returns the state associated with this resolver.StateStateDelta. getState()Returns the state whose changes are represented by this delta.StateStateObjectFactory. readState(DataInputStream stream)Deprecated.useStateObjectFactory.readState(File)insteadStateStateObjectFactory. readState(File stateDirectory)Reads a persisted state from the given directory.StateStateObjectFactory. readState(InputStream stream)Deprecated.useStateObjectFactory.readState(File)insteadStateStateObjectFactory.StateObjectFactoryProxy. readState(DataInputStream stream)Deprecated.StateStateObjectFactory.StateObjectFactoryProxy. readState(File stateDirectory)StateStateObjectFactory.StateObjectFactoryProxy. readState(InputStream stream)Deprecated.Methods in org.eclipse.osgi.service.resolver with parameters of type State Modifier and Type Method Description voidPlatformAdmin. commit(State state)Commit the differences between the current state and the given state.StateDeltaState. compare(State baseState)Returns a delta describing the differences between this state and the given state.BundleDescriptionStateObjectFactory. createBundleDescription(State state, Dictionary<String,String> manifest, String location, long id)Returns a bundle description based on the information in the supplied manifest dictionary.BundleDescriptionStateObjectFactory.StateObjectFactoryProxy. createBundleDescription(State state, Dictionary<String,String> manifest, String location, long id)StateStateObjectFactory. createState(State state)Creates a new state that is a copy of the given state.StateStateObjectFactory.StateObjectFactoryProxy. createState(State state)voidResolver. setState(State value)Sets 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
-