Package org.jboss.hal.core.modelbrowser
Class ModelBrowserPath
- java.lang.Object
-
- org.jboss.hal.core.modelbrowser.ModelBrowserPath
-
- All Implemented Interfaces:
Iterable<ModelBrowserPath.Segment[]>
public class ModelBrowserPath extends Object implements Iterable<ModelBrowserPath.Segment[]>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classModelBrowserPath.Segment
-
Field Summary
Fields Modifier and Type Field Description static ModelBrowserPath.SegmentWILDCARD
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelBrowsergetModelBrowser()booleanisEmpty()Iterator<ModelBrowserPath.Segment[]>iterator()-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Field Detail
-
WILDCARD
public static final ModelBrowserPath.Segment WILDCARD
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
iterator
public Iterator<ModelBrowserPath.Segment[]> iterator()
- Specified by:
iteratorin interfaceIterable<ModelBrowserPath.Segment[]>
-
getModelBrowser
public ModelBrowser getModelBrowser()
-
-