Modifier and Type | Class and Description |
---|---|
static interface |
SchemaTraverser.SchemaEntityProcessor |
Constructor and Description |
---|
SchemaTraverser(File parent,
SchemaTraverser.SchemaEntityProcessor action,
String entityTypeFilter,
String fileNameFilter) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
SchemaTraverser.SchemaEntityProcessor |
getAction() |
String |
getEntityTypeFilter() |
String |
getFileNameFilter() |
File |
getParent() |
Map<String,Class<?>> |
getTypes() |
int |
hashCode() |
void |
run() |
String |
toString() |
@ConstructorProperties(value={"parent","action","entityTypeFilter","fileNameFilter"}) @Generated(value="lombok") public SchemaTraverser(File parent, SchemaTraverser.SchemaEntityProcessor action, String entityTypeFilter, String fileNameFilter)
@Generated(value="lombok") public File getParent()
@Generated(value="lombok") public SchemaTraverser.SchemaEntityProcessor getAction()
@Generated(value="lombok") public String getEntityTypeFilter()
@Generated(value="lombok") public String getFileNameFilter()
@Generated(value="lombok") public Map<String,Class<?>> getTypes()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.