@Label(value="Profile") public interface MavenProfileDescriptor extends MavenDescriptor, MavenDependentDescriptor, BaseProfileDescriptor
Modifier and Type | Method and Description |
---|---|
MavenProfileActivationDescriptor |
getActivation()
Get information about conditions to activate the profile.
|
List<ProfileDependsOnDescriptor> |
getDependencies() |
String |
getId() |
List<ProfileManagesDependencyDescriptor> |
getManagedDependencies()
Get default dependency information for projects that inherit from this
one.
|
void |
setActivation(MavenProfileActivationDescriptor activation) |
void |
setId(String id) |
getManagedPlugins, getModules, getPlugins, getProperties
@Property(value="id") String getId()
void setId(String id)
List<ProfileManagesDependencyDescriptor> getManagedDependencies()
List<ProfileDependsOnDescriptor> getDependencies()
@Relation(value="HAS_ACTIVATION") MavenProfileActivationDescriptor getActivation()
void setActivation(MavenProfileActivationDescriptor activation)
Copyright © 2016 buschmais GbR. All rights reserved.