Package-level declarations

Types

Link copied to clipboard
public enum Direction extends Enum<Direction>

Defines possible directions to travel.

Link copied to clipboard
public class Extensions
Link copied to clipboard
public final class Parameter<T extends Object>

Defines a named parameter that is expected to have a specific type, its value and whether it is optional or not. A parameter that is only used to describe available options such as in de.clayntech.yafs.provider.FileSystemProvider.getCreationParameter don't need any value.

Link copied to clipboard
public final class ParameterList implements Iterable<Parameter<?>>

A list of parameters for easier handling.

Link copied to clipboard
public final class TraversalElement

Path element that defines the direction of the traversal and the name of the element that is next.

Link copied to clipboard
public final class TraversalPath

Defines a path to traverse in a directory structure. A path may start from the root of the structure.