public abstract class ProjectLayoutProbe extends Object
Base class defines the application project layout probe contract and utilities
Modifier and Type | Field and Description |
---|---|
static DescendantClassFilter<ProjectLayoutProbe> |
PLUGIN_FILTER |
Constructor and Description |
---|
ProjectLayoutProbe() |
Modifier and Type | Method and Description |
---|---|
abstract ProjectLayout |
probe(File appBase)
Check if the given folder contains an application with certain layout
|
public static final DescendantClassFilter<ProjectLayoutProbe> PLUGIN_FILTER
public abstract ProjectLayout probe(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–2021 ActFramework. All rights reserved.