- select(List<?>) - Method in class aQute.libg.glob.Glob
-
- set(int, T) - Method in class aQute.lib.collections.SortedList
-
Deprecated.
- setAgent(Link<Supervisor, Agent>) - Method in class aQute.remote.util.AgentSupervisor
-
- setAgent(Link<Supervisor, Agent>) - Method in class aQute.remote.util.AgentSupervisor
-
- setFatalIsException(boolean) - Method in class aQute.lib.converter.Converter
-
- setIgnorenull(boolean) - Method in class aQute.lib.json.JSONCodec
-
Ignore null values in output and input
- setOutputs(OutputStream...) - Method in class aQute.libg.cryptography.Digester
-
- setRemote(Object) - Method in class aQute.remote.util.Link
-
- setRemote(Object) - Method in class aQute.remote.util.Link
-
- setType(Class<?>) - Method in class aQute.lib.collections.SortedList
-
- SHA1 - Class in aQute.libg.cryptography
-
- SHA1(byte[]) - Constructor for class aQute.libg.cryptography.SHA1
-
- SHA256 - Class in aQute.libg.cryptography
-
- SHA256(byte[]) - Constructor for class aQute.libg.cryptography.SHA256
-
- shell(String) - Method in interface aQute.remote.api.Agent
-
Execute a remote command on Gogo (if present) and return the result.
- shell(String) - Method in interface aQute.remote.api.Agent
-
Execute a remote command on Gogo (if present) and return the result.
- signature() - Method in class aQute.libg.cryptography.Signer
-
- Signer<D extends Digest> - Class in aQute.libg.cryptography
-
- size() - Method in class aQute.lib.collections.SortedList
-
- skip(long) - Method in class aQute.lib.io.ByteBufferInputStream
-
- skip(long) - Method in class aQute.lib.io.CharBufferReader
-
- skip(long) - Method in class aQute.lib.io.LimitedInputStream
-
- skipBytes(int) - Method in class aQute.lib.io.ByteBufferDataInput
-
- SortedList<T> - Class in aQute.lib.collections
-
An immutable list that sorts objects by their natural order or through a
comparator.
- SortedList(Collection<? extends Comparable<? super T>>) - Constructor for class aQute.lib.collections.SortedList
-
- SortedList(Collection<? extends T>, Comparator<? super T>) - Constructor for class aQute.lib.collections.SortedList
-
- SortedList(Comparable<? super T>...) - Constructor for class aQute.lib.collections.SortedList
-
- SortedList(Comparator<? super T>, T...) - Constructor for class aQute.lib.collections.SortedList
-
- SortedList(T[], int, int, Comparator<? super T>) - Constructor for class aQute.lib.collections.SortedList
-
- SortedList(Collection<? extends T>, int, int, Comparator<? super T>) - Constructor for class aQute.lib.collections.SortedList
-
- SpecialHandler - Class in aQute.lib.json
-
- SpecialHandler(Class<?>, Constructor<?>, Method) - Constructor for class aQute.lib.json.SpecialHandler
-
- split(String) - Static method in class aQute.lib.strings.Strings
-
- split(String, String) - Static method in class aQute.lib.strings.Strings
-
- start(long...) - Method in interface aQute.remote.api.Agent
-
Start a number of bundles
- start(long...) - Method in interface aQute.remote.api.Agent
-
Start a number of bundles
- stderr(String) - Method in interface aQute.remote.api.Supervisor
-
Redirected standard error.
- stderr(String) - Method in interface aQute.remote.api.Supervisor
-
Redirected standard error.
- stdin(String) - Method in interface aQute.remote.api.Agent
-
Send a text to the potentially redirected stdin stream so that remotely
executing code will read it from an InputStream.
- stdin(String) - Method in interface aQute.remote.api.Agent
-
Send a text to the potentially redirected stdin stream so that remotely
executing code will read it from an InputStream.
- stdout(String) - Method in interface aQute.remote.api.Supervisor
-
Redirected standard output
- stdout(String) - Method in interface aQute.remote.api.Supervisor
-
Redirected standard output
- stop(long...) - Method in interface aQute.remote.api.Agent
-
Stop a number of bundles
- stop(long...) - Method in interface aQute.remote.api.Agent
-
Stop a number of bundles
- store(Object, File) - Static method in class aQute.lib.io.IO
-
- store(Object, File, String) - Static method in class aQute.lib.io.IO
-
- store(Object, Path, Charset) - Static method in class aQute.lib.io.IO
-
- store(Object, OutputStream) - Static method in class aQute.lib.io.IO
-
- store(Object, OutputStream, String) - Static method in class aQute.lib.io.IO
-
- store(Object, OutputStream, Charset) - Static method in class aQute.lib.io.IO
-
- store(Object, Writer) - Static method in class aQute.lib.io.IO
-
- stream(byte[]) - Static method in class aQute.lib.io.IO
-
- stream(ByteBuffer) - Static method in class aQute.lib.io.IO
-
- stream(String) - Static method in class aQute.lib.io.IO
-
- stream(String, String) - Static method in class aQute.lib.io.IO
-
- stream(String, Charset) - Static method in class aQute.lib.io.IO
-
- stream(File) - Static method in class aQute.lib.io.IO
-
- stream(Path) - Static method in class aQute.lib.io.IO
-
- stream(URL) - Static method in class aQute.lib.io.IO
-
- strict() - Method in class aQute.lib.json.Decoder
-
- StringHandler - Class in aQute.lib.json
-
- StringHandler() - Constructor for class aQute.lib.json.StringHandler
-
- Strings - Class in aQute.lib.strings
-
- Strings() - Constructor for class aQute.lib.strings.Strings
-
- stripPrefix(String, String) - Static method in class aQute.lib.strings.Strings
-
- stripPrefix(String, Pattern) - Static method in class aQute.lib.strings.Strings
-
- stripSuffix(String, String) - Static method in class aQute.lib.strings.Strings
-
- stripSuffix(String, Pattern) - Static method in class aQute.lib.strings.Strings
-
- subList(int, int) - Method in class aQute.lib.collections.SortedList
-
- subSet(T, T) - Method in class aQute.lib.collections.SortedList
-
- substring(String, int, int) - Static method in class aQute.lib.strings.Strings
-
- substring(String, int, int, int) - Static method in class aQute.lib.strings.Strings
-
- Supervisor - Interface in aQute.remote.api
-
A Supervisor handles the initiating side of a session with a remote agent.
- Supervisor - Interface in aQute.remote.api
-
A Supervisor handles the initiating side of a session with a remote agent.