Class DocsNameSpaceImpl
java.lang.Object
io.nosqlbench.nb.api.docsapi.DocsNameSpaceImpl
- All Implemented Interfaces:
DocsNameSpace,Iterable<Path>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()A simple name which can be used to nest the enclosed path within a larger namespace.getPaths()booleaniterator()static DocsNameSpaceImplsetEnabledByDefault(boolean enabledByDefault) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
DocsNameSpaceImpl
public DocsNameSpaceImpl() -
DocsNameSpaceImpl
-
-
Method Details
-
of
-
getName
Description copied from interface:DocsNameSpaceA simple name which can be used to nest the enclosed path within a larger namespace. Users of this interface should never host content from the path at a root level separate from the namespace.- Specified by:
getNamein interfaceDocsNameSpace- Returns:
- A canonical namespace identifier
-
getPaths
- Specified by:
getPathsin interfaceDocsNameSpace
-
isEnabledByDefault
public boolean isEnabledByDefault()- Specified by:
isEnabledByDefaultin interfaceDocsNameSpace
-
toString
-
addPath
-
enabledByDefault
-
iterator
-
setEnabledByDefault
-