@Label(value="ActivationFile") public interface MavenActivationFileDescriptor extends MavenDescriptor
ActivationFile
Modifier and Type | Method and Description |
---|---|
String |
getExists()
Get the name of the file that should exist to activate a profile.
|
String |
getMissing()
Get the name of the file that should be missing to activate a profile.
|
void |
setExists(String exists)
Set the name of the file that should exist to activate a profile.
|
void |
setMissing(String missing)
Set the name of the file that should be missing to activate a profile.
|
@Property(value="exists") String getExists()
void setExists(String exists)
exists
- @Property(value="missing") String getMissing()
void setMissing(String missing)
missing
- Copyright © 2016 buschmais GbR. All rights reserved.