public class PathsContext extends Object
PathsContext()
void
addPath(String path)
boolean
containsPath(String path)
Set<String>
getEncounteredPaths()
getUnEncounteredPaths()
markEncounteredPath(String path)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PathsContext()
public boolean containsPath(String path)
public void addPath(String path)
public void markEncounteredPath(String path)
public Set<String> getEncounteredPaths()
public Set<String> getUnEncounteredPaths()
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved