use of net.sourceforge.processdash.hier.DashHierarchy in project processdash by dtuma.
the class TeamStartBootstrap method pathNamesTeamProjectStub.
private boolean pathNamesTeamProjectStub(String path) {
DashHierarchy hierarchy = getPSPProperties();
PropertyKey key = hierarchy.findExistingKey(path);
String templateID = hierarchy.getID(key);
return TEAM_STUB_ID.equals(templateID);
}
Aggregations