Uses of Class
net.derquinse.common.jaxrs.PathSegments

Uses of PathSegments in net.derquinse.common.jaxrs
 

Methods in net.derquinse.common.jaxrs that return PathSegments
 PathSegments PathSegments.append(PathSegments other)
          Appends some segments after this list.
 PathSegments PathSegments.appendExtension(String extension)
          Appends an extension to the last segment.
 PathSegments PathSegments.consume()
           
 PathSegments PathSegments.consume(int n)
           
 PathSegments PathSegments.consumeLast()
           
 PathSegments PathSegments.consumeLast(int n)
           
static PathSegments PathSegments.of()
          Returns an empty list of segments.
static PathSegments PathSegments.of(boolean encoded, Iterable<String> segments)
          Turns a collection of string into a list of decoded segments.
static PathSegments PathSegments.of(boolean encoded, String... segments)
          Turns an array of strings into a list of decoded segments.
static PathSegments PathSegments.of(String path, boolean encoded)
          Turns a path string into a list of decoded segments.
 PathSegments PathSegments.removeExtension()
          Removes the extension from the last segment.
static PathSegments PathSegments.segment(String segment, boolean encoded)
          Turns a single segment into a list of decoded segments.
 

Methods in net.derquinse.common.jaxrs that return types with arguments of type PathSegments
 com.google.common.base.Function<PathSegments,PathSegments> PathSegments.appender()
          Returns a new transformer that appends this segments to the provided path.
 com.google.common.base.Function<PathSegments,PathSegments> PathSegments.appender()
          Returns a new transformer that appends this segments to the provided path.
 com.google.common.base.Function<PathSegments,PathSegments> PathSegments.inserter()
          Returns a new transformer that inserts this segments at the beginning of the provided path.
 com.google.common.base.Function<PathSegments,PathSegments> PathSegments.inserter()
          Returns a new transformer that inserts this segments at the beginning of the provided path.
 

Methods in net.derquinse.common.jaxrs with parameters of type PathSegments
 PathSegments PathSegments.append(PathSegments other)
          Appends some segments after this list.
 



Copyright © 2012 Derquinse Projects.. All Rights Reserved.