- EightRegexMatcher - Class in de.pfabulist.lindwurm.eighty.path
-
** BEGIN LICENSE BLOCK *****
BSD License (2 clause)
Copyright (c) 2006 - 2014, Stephan Pfab
All rights reserved.
- EightRegexMatcher(String) - Constructor for class de.pfabulist.lindwurm.eighty.path.EightRegexMatcher
-
- EightyDirectoryStream - Class in de.pfabulist.lindwurm.eighty
-
** BEGIN LICENSE BLOCK *****
BSD License (2 clause)
Copyright (c) 2006 - 2015, Stephan Pfab
All rights reserved.
- EightyDirectoryStream(Path, Stream<Path>, DirectoryStream.Filter<? super Path>) - Constructor for class de.pfabulist.lindwurm.eighty.EightyDirectoryStream
-
- EightyFileSystem - Class in de.pfabulist.lindwurm.eighty
-
** BEGIN LICENSE BLOCK *****
BSD License (2 clause)
Copyright (c) 2006 - 2015, Stephan Pfab
All rights reserved.
- EightyFileSystem(EightyFS, String, EightyProvider, AttributeProvider) - Constructor for class de.pfabulist.lindwurm.eighty.EightyFileSystem
-
- EightyFS - Interface in de.pfabulist.lindwurm.eighty
-
EightFs is an interface that helps implement NIO2 filesystems
- EightyFSCreator - Interface in de.pfabulist.lindwurm.eighty
-
** BEGIN LICENSE BLOCK *****
BSD License (2 clause)
Copyright (c) 2006 - 2014, Stephan Pfab
All rights reserved.
- EightyHost - Class in de.pfabulist.lindwurm.eighty
-
** BEGIN LICENSE BLOCK *****
BSD License (2 clause)
Copyright (c) 2006 - 2014, Stephan Pfab
All rights reserved.
- EightyHost() - Constructor for class de.pfabulist.lindwurm.eighty.EightyHost
-
- EightyPath - Class in de.pfabulist.lindwurm.eighty.path
-
EightyPath is a path of the form /a/b/c
the separator needs not be '/' but multiroot systems are supported, such as C:\, D:\
- EightyPath(EightyFileSystem, String, String...) - Constructor for class de.pfabulist.lindwurm.eighty.path.EightyPath
-
- EightyPath(EightyFileSystem, GetPathConverter) - Constructor for class de.pfabulist.lindwurm.eighty.path.EightyPath
-
- EightyPath(EightyFileSystem, Optional<String>, boolean, List<String>) - Constructor for class de.pfabulist.lindwurm.eighty.path.EightyPath
-
- EightyProvider - Class in de.pfabulist.lindwurm.eighty
-
** BEGIN LICENSE BLOCK *****
BSD License (2 clause)
Copyright (c) 2006 - 2015, Stephan Pfab
All rights reserved.
- EightyProvider(URIMapper, EightyFSCreator) - Constructor for class de.pfabulist.lindwurm.eighty.EightyProvider
-
- EightySymLink - Interface in de.pfabulist.lindwurm.eighty
-
** BEGIN LICENSE BLOCK *****
BSD License (2 clause)
Copyright (c) 2006 - 2014, Stephan Pfab
All rights reserved.
- EightyUtils - Class in de.pfabulist.lindwurm.eighty
-
** BEGIN LICENSE BLOCK *****
BSD License (2 clause)
Copyright (c) 2006 - 2015, Stephan Pfab
All rights reserved.
- EightyUtils() - Constructor for class de.pfabulist.lindwurm.eighty.EightyUtils
-
- EightyWatcher - Interface in de.pfabulist.lindwurm.eighty.watch
-
** BEGIN LICENSE BLOCK *****
BSD License (2 clause)
Copyright (c) 2006 - 2014, Stephan Pfab
All rights reserved.
- EightyWatchEvent<RootedPath> - Class in de.pfabulist.lindwurm.eighty.watch
-
** BEGIN LICENSE BLOCK *****
BSD License (2 clause)
Copyright (c) 2006 - 2014, Stephan Pfab
All rights reserved.
- EightyWatchEvent(RootedPath, WatchEvent.Kind<RootedPath>) - Constructor for class de.pfabulist.lindwurm.eighty.watch.EightyWatchEvent
-
- EightyWatchKey - Class in de.pfabulist.lindwurm.eighty.watch
-
** BEGIN LICENSE BLOCK *****
BSD License (2 clause)
Copyright (c) 2006 - 2014, Stephan Pfab
All rights reserved.
- EightyWatchKey(EightyPath, WatchEvent.Kind<?>...) - Constructor for class de.pfabulist.lindwurm.eighty.watch.EightyWatchKey
-
- EightyWatchService - Class in de.pfabulist.lindwurm.eighty.watch
-
** BEGIN LICENSE BLOCK *****
BSD License (2 clause)
Copyright (c) 2006 - 2014, Stephan Pfab
All rights reserved.
- EightyWatchService(EightyFS) - Constructor for class de.pfabulist.lindwurm.eighty.watch.EightyWatchService
-
- endsWith(Path) - Method in class de.pfabulist.lindwurm.eighty.path.EightyPath
-
- endsWith(String) - Method in class de.pfabulist.lindwurm.eighty.path.EightyPath
-
- equals(Object) - Method in class de.pfabulist.lindwurm.eighty.path.EightyPath
-
- existsEx(Path, LinkOption...) - Static method in class de.pfabulist.lindwurm.eighty.EightyUtils
-
same as Files.exists( NOFOLLOWLINKS )
but without checking attributes