Skip navigation links
TrueCommons 2.5.0
A B C D E F G H I K L M N O P Q R S T U V W 

S

save(WritableByteChannel) - Method in class net.java.truecommons.io.PowerBuffer
Marks this buffer, writes all remaining bytes to the given channel and resets this buffer.
scheme(String) - Method in class net.java.truecommons.shed.UriBuilder
Sets the URI scheme component.
SecretKey<K extends SecretKey<K>> - Interface in net.java.truecommons.key.spec
A key with properties for secret key management.
SEPARATOR - Static variable in class net.java.truecommons.shed.ExtensionSet
The separator for extensions in lists, which is 124.
ServiceImplementation - Annotation Type in net.java.truecommons.annotations
Indicates that the annotated class implements a locatable service.
ServiceImplementationProcessor - Class in net.java.truecommons.annotations.processing
Processes the ServiceImplementation annotation.
ServiceImplementationProcessor() - Constructor for class net.java.truecommons.annotations.processing.ServiceImplementationProcessor
 
ServiceLocator - Class in net.java.truecommons.services
Creates containers or factories of products.
ServiceLocator(Class<?>) - Constructor for class net.java.truecommons.services.ServiceLocator
Constructs a new locator which uses the class loader of the given client class before using the current thread context's class loader unless the latter is identical to the former.
ServiceLocator(ClassLoader) - Constructor for class net.java.truecommons.services.ServiceLocator
Constructs a new locator which uses the given class loader before using the current thread context's class loader unless the latter is identical to the former.
ServiceProcessor - Class in net.java.truecommons.annotations.processing
Common super class for Service(Specification|Implementation)Processor.
ServiceProcessor() - Constructor for class net.java.truecommons.annotations.processing.ServiceProcessor
 
ServiceSpecification - Annotation Type in net.java.truecommons.annotations
Indicates that the annotated class or interface specifies a locatable service.
ServiceSpecificationProcessor - Class in net.java.truecommons.annotations.processing
Processes the ServiceSpecification annotation.
ServiceSpecificationProcessor() - Constructor for class net.java.truecommons.annotations.processing.ServiceSpecificationProcessor
 
set(E, boolean) - Method in class net.java.truecommons.shed.BitField
Sets or clears the given bit.
set(E) - Method in class net.java.truecommons.shed.BitField
Sets the given bit.
setAttribute(ObjectName, Attribute) - Method in class net.java.truecommons.jmx.DelegatingMBeanServer
 
setAttribute(ObjectName, Attribute) - Method in class net.java.truecommons.jmx.mmbs.MultiplexingMBeanServer
 
setAttribute(Keychain.AttributeClass, ByteBuffer) - Method in interface net.java.truecommons.key.macosx.keychain.Keychain.Item
Sets the value of the attribute with the given class.
setAttributes(ObjectName, AttributeList) - Method in class net.java.truecommons.jmx.DelegatingMBeanServer
 
setAttributes(ObjectName, AttributeList) - Method in class net.java.truecommons.jmx.mmbs.MultiplexingMBeanServer
 
setAuthority(String) - Method in class net.java.truecommons.shed.UriBuilder
Sets the URI authority component.
setBuffer(ByteBuffer) - Method in class net.java.truecommons.cio.MemoryBuffer
Sets the nullable backing buffer with the contents to share with this memory buffer.
setChangeRequested(boolean) - Method in class net.java.truecommons.key.spec.prompting.AbstractPromptingPbeParameters
 
setChangeRequested(boolean) - Method in interface net.java.truecommons.key.spec.prompting.PromptingKey
Requests to prompt the user for a new key upon the next call to PromptingKeyProvider.getKeyForWriting(), provided that the key has been set by then.
setComboBox(JComboBox<E>) - Method in class net.java.truecommons.key.swing.util.AbstractComboBoxBrowser
Sets the combo box which this object is auto completing and updates the drop down list with the auto completion for the currently selected item.
setDirectory(File) - Method in class net.java.truecommons.key.swing.AuthenticationPanel
Sets the directory which is used for the key file combo box and its associated file chooser.
setDirectory(File) - Method in class net.java.truecommons.key.swing.io.FileComboBoxBrowser
Sets the directory which is used for autocompleting relative path names.
setFileSystemView(FileSystemView) - Method in class net.java.truecommons.key.swing.AuthenticationPanel
Sets the file system view which is used for the key file combo box and its associated file chooser.
setFileSystemView(FileSystemView) - Method in class net.java.truecommons.key.swing.io.FileComboBoxBrowser
Sets the file system view.
setFragment(String) - Method in class net.java.truecommons.shed.UriBuilder
Sets the URI fragment component.
setInitialCapacity(int) - Method in class net.java.truecommons.cio.MemoryBuffer
Sets the initial capacity of the next backing buffer to allocate when starting output to this memory buffer.
setKey(K) - Method in interface net.java.truecommons.key.spec.KeyProvider
Sets the key for reading and (over)writing a protected resource.
setKeyClone(K) - Method in interface net.java.truecommons.key.spec.prompting.PromptingKey.Controller
Sets the protected resource's key to a clone of the given key or resets it to null.
setKeyStrength(S) - Method in class net.java.truecommons.key.spec.AbstractPbeParameters
 
setKeyStrength(S) - Method in interface net.java.truecommons.key.spec.PbeParameters
Sets the cipher key strength.
setKeyStrengthBits(int) - Method in class net.java.truecommons.key.spec.AbstractPbeParameters
Sets the cipher key strength in bits.
setPasswdPanel(JPanel) - Method in class net.java.truecommons.key.swing.AuthenticationPanel
Sets the panel which should be used to enter the password.
setPassword(char[]) - Method in class net.java.truecommons.key.spec.AbstractPbeParameters
 
setPassword(char[]) - Method in interface net.java.truecommons.key.spec.PbeParameters
Copies and stores the given password char array for deriving the cipher key.
setPath(String) - Method in class net.java.truecommons.shed.UriBuilder
Sets the URI path component.
setPathQuery(String) - Method in class net.java.truecommons.shed.UriBuilder
Sets the URI path an query components by splitting the given string at the first occurence of the query separator '?'.
setPermitted(Entry.Access, Entry.Entity, Boolean) - Method in interface net.java.truecommons.cio.MutableEntry
Sets the permission for the given entity for the given access type to this entry.
setQuery(String) - Method in class net.java.truecommons.shed.UriBuilder
Sets the URI query component.
setScheme(String) - Method in class net.java.truecommons.shed.UriBuilder
Sets the URI scheme component.
setSecret(ByteBuffer) - Method in interface net.java.truecommons.key.macosx.keychain.Keychain.Item
Sets the secret data of this item.
setSecret(ByteBuffer) - Method in class net.java.truecommons.key.spec.AbstractSecretKey
 
setSecret(ByteBuffer) - Method in interface net.java.truecommons.key.spec.SecretKey
Clears the current secret data and sets it to a protective copy of the given secret data.
setSize(Entry.Size, long) - Method in interface net.java.truecommons.cio.MutableEntry
Sets the size of the given type for this entry.
setSource(Object) - Method in class net.java.truecommons.key.swing.util.PanelEvent
setString(String) - Method in class net.java.truecommons.shed.UriBuilder
Initializes all URI components from the given URI string.
setTime(Entry.Access, long) - Method in interface net.java.truecommons.cio.MutableEntry
Sets the time of the given access type for this entry.
setUri(URI) - Method in class net.java.truecommons.shed.UriBuilder
Initializes all URI components from the given URI.
SINGLETON - Static variable in class net.java.truecommons.jmx.sl.MBeanServerLocator
The singleton instance of this class.
SINGLETON - Static variable in class net.java.truecommons.jmx.sl.ObjectNameModifierLocator
The singleton instance of this class.
SINGLETON - Static variable in class net.java.truecommons.key.spec.sl.KeyManagerMapLocator
The singleton instance of this class.
SINGLETON - Static variable in class net.java.truecommons.key.spec.unknown.UnknownKeyManager
The singleton instance of this class.
SINGLETON - Static variable in class net.java.truecommons.key.swing.sl.InvalidKeyFeedbackLocator
The singleton instance of this class.
SINGLETON - Static variable in class net.java.truecommons.key.swing.sl.UnknownKeyFeedbackLocator
The singleton instance of this class.
Sink - Interface in net.java.truecommons.io
A provider for output streams or seekable byte channels.
size() - Method in interface net.java.truecommons.cio.Container
Returns the number of entries in this container.
size() - Method in class net.java.truecommons.cio.DecoratingContainer
 
size() - Method in class net.java.truecommons.cio.MemoryBufferPool
Returns the number of memory buffers allocated but not yet released from this pool.
size() - Method in class net.java.truecommons.io.ByteBufferChannel
 
size() - Method in class net.java.truecommons.io.DecoratingSeekableChannel
 
size() - Method in class net.java.truecommons.io.DisconnectingSeekableChannel
 
size() - Method in class net.java.truecommons.io.IntervalReadOnlyChannel
 
size() - Method in class net.java.truecommons.io.LittleEndianOutputStream
Returns the current value of the counter written, the number of bytes written to this data output stream so far.
size() - Method in class net.java.truecommons.io.LockSeekableChannel
 
size() - Method in class net.java.truecommons.shed.CanonicalStringSet
 
skip(long) - Method in class net.java.truecommons.io.ChannelInputStream
 
skip(long) - Method in class net.java.truecommons.io.DecoratingInputStream
 
skip(long) - Method in class net.java.truecommons.io.DisconnectingInputStream
 
skip(long) - Method in class net.java.truecommons.io.LockInputStream
 
skip(int) - Method in class net.java.truecommons.io.PowerBuffer
Skips the given number of bytes.
slice() - Method in class net.java.truecommons.io.ImmutableBuffer
 
slice() - Method in class net.java.truecommons.io.MutableBuffer
 
slice() - Method in class net.java.truecommons.io.PowerBuffer
 
socket - Variable in class net.java.truecommons.cio.DecoratingInputSocket
The nullable decorated input socket.
socket() - Method in class net.java.truecommons.cio.DecoratingInputSocket
 
socket - Variable in class net.java.truecommons.cio.DecoratingOutputSocket
The nullable decorated output socket.
socket() - Method in class net.java.truecommons.cio.DecoratingOutputSocket
 
socket() - Method in class net.java.truecommons.cio.DelegatingInputSocket
Returns the delegate input socket.
socket() - Method in class net.java.truecommons.cio.DelegatingOutputSocket
Returns the delegate output socket.
some(T) - Static method in class net.java.truecommons.shed.Option
Returns an option with the given element.
Source - Interface in net.java.truecommons.io
A provider for input streams or seekable byte channels.
SPECIAL_TYPE - Static variable in interface net.java.truecommons.cio.Entry
A bit field of just Entry.Type.SPECIAL.
split(String, char, boolean) - Static method in class net.java.truecommons.shed.Paths
split(String) - Method in class net.java.truecommons.shed.PathSplitter
Splits the given path name into its parent path name and member name.
stream(OutputSocket<? extends Entry>) - Method in class net.java.truecommons.cio.AbstractInputSocket
Returns a new input stream for reading bytes.
stream(InputSocket<? extends Entry>) - Method in class net.java.truecommons.cio.AbstractOutputSocket
Returns a new output stream for writing bytes.
stream(OutputSocket<? extends Entry>) - Method in class net.java.truecommons.cio.DelegatingInputSocket
 
stream(InputSocket<? extends Entry>) - Method in class net.java.truecommons.cio.DelegatingOutputSocket
 
stream(OutputSocket<? extends Entry>) - Method in interface net.java.truecommons.cio.InputSocket
Returns a new input stream for reading bytes.
stream(InputSocket<? extends Entry>) - Method in interface net.java.truecommons.cio.OutputSocket
Returns a new output stream for writing bytes.
stream() - Method in class net.java.truecommons.io.AbstractSink
Returns an output stream for writing bytes.
stream() - Method in class net.java.truecommons.io.AbstractSource
Returns an input stream for reading bytes.
stream() - Method in class net.java.truecommons.io.OneTimeFoundry
 
stream() - Method in interface net.java.truecommons.io.Sink
Returns an output stream for writing bytes.
stream() - Method in interface net.java.truecommons.io.Source
Returns an input stream for reading bytes.
Stream<T> - Interface in net.java.truecommons.shed
A generic stream collection interface.
Streams - Class in net.java.truecommons.io
Static utility methods for InputStreams and OutputStreams.
Streams.ReaderThread - Class in net.java.truecommons.io
A pooled and cached daemon thread which runs tasks to read input streams.
string(ByteBuffer) - Static method in class net.java.truecommons.shed.Buffers
 
string(String) - Method in class net.java.truecommons.shed.UriBuilder
Initializes all URI components from the given URI string.
SuppressedExceptionBuilder<X extends Throwable> - Class in net.java.truecommons.shed
Assembles an Exception from one or more input exceptions by suppressing all but the first input exception.
SuppressedExceptionBuilder() - Constructor for class net.java.truecommons.shed.SuppressedExceptionBuilder
Constructs a new suppressed exception builder.
SuspensionPenalty - Class in net.java.truecommons.key.spec.util
A utility class for enforcing a suspension penalty of at least SuspensionPenalty.MIN_KEY_RETRY_DELAY milliseconds between two subsequent key verifications.
SwingAesPbeKeyManagerMapModifier - Class in net.java.truecommons.key.swing
A service provider for a Swing prompting key manager for AesPbeParameters.
SwingAesPbeKeyManagerMapModifier() - Constructor for class net.java.truecommons.key.swing.SwingAesPbeKeyManagerMapModifier
 
SYMLINK_TYPE - Static variable in interface net.java.truecommons.cio.Entry
A bit field of just Entry.Type.SYMLINK.
sync() - Method in class net.java.truecommons.io.BufferedReadOnlyChannel
Notifies this channel of concurrent changes in its decorated channel.
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links
TrueCommons 2.5.0

Copyright © 2012–2018 Schlichtherle IT Services. All rights reserved.