public abstract class ProjectLayoutProbe extends java.lang.Object implements Plugin
Base class defines the application project layout probe contract and utilities
Plugin.InfoRepo| Modifier and Type | Field and Description |
|---|---|
static DescendantClassFilter<ProjectLayoutProbe> |
PLUGIN_FILTER |
| Constructor and Description |
|---|
ProjectLayoutProbe() |
| Modifier and Type | Method and Description |
|---|---|
abstract ProjectLayout |
probe(java.io.File appBase)
Check if the given folder contains an application with certain layout
|
void |
register() |
public static final DescendantClassFilter<ProjectLayoutProbe> PLUGIN_FILTER
public abstract ProjectLayout probe(java.io.File appBase)
Check if the given folder contains an application with certain layout
appBase - the folder supposed to be an application’s baseProjectLayout of the app base or null if can’t figure out the project layoutCopyright © 2014–2017 ActFramework. All rights reserved.