- path(String) - Method in class net.java.truecommons.shed.UriBuilder
-
Sets the URI path component.
- PathNormalizer - Class in net.java.truecommons.shed
-
A normalizer for path names.
- PathNormalizer(char) - Constructor for class net.java.truecommons.shed.PathNormalizer
-
- pathQuery(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 '?'.
- Paths - Class in net.java.truecommons.shed
-
Static utility methods for path names.
- PathSplitter - Class in net.java.truecommons.shed
-
Splits a given path name into its parent path name and member name,
whereby platform specific file system roots get recognized.
- PathSplitter(char, boolean) - Constructor for class net.java.truecommons.shed.PathSplitter
-
Constructs a new splitter.
- pause(long) - Static method in class net.java.truecommons.shed.Threads
-
Uninterruptibly pauses the current thread for the given time interval.
- peek() - Method in class net.java.truecommons.shed.InheritableThreadLocalStack
-
Returns the top element on this stack or null if it's empty.
- peekOrElse(T) - Method in class net.java.truecommons.shed.InheritableThreadLocalStack
-
Returns the nullable top element on this stack unless it's empty,
in which case elze gets returned.
- Pool<R,X extends Exception> - Interface in net.java.truecommons.shed
-
An interface for pooling strategies.
- pop() - Method in class net.java.truecommons.shed.InheritableThreadLocalStack
-
Removes and returns the nullable top element on this stack.
- popIf(T) - Method in class net.java.truecommons.shed.InheritableThreadLocalStack
-
Removes and returns the nullable top element on this stack
if it's identical to the given element.
- post(O) - Method in class net.java.truecommons.shed.AbstractExceptionBuilder
-
This function gets called to post-process the given result of the
assembly after it has been checked out.
- post(X) - Method in class net.java.truecommons.shed.PriorityExceptionBuilder
-
- PREFIX - Static variable in class net.java.truecommons.shed.ExtensionSet
-
The optional prefix for extensions, which is 46.
- prefixLength(String, char, boolean) - Static method in class net.java.truecommons.shed.Paths
-
Returns the length of the file system prefix in path.
- PriorityExceptionBuilder<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 with the highest priority.
- PriorityExceptionBuilder(Comparator<? super X>) - Constructor for class net.java.truecommons.shed.PriorityExceptionBuilder
-
Constructs a new priority exception builder.
- push(T) - Method in class net.java.truecommons.shed.InheritableThreadLocalStack
-
Pushes the given element onto this stack.