public class ProfileData extends Object
Constructor and Description |
---|
ProfileData(String id)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ProfileState |
getActivationState() |
String |
getId() |
String |
getSource() |
int |
hashCode() |
boolean |
isAutoActive() |
boolean |
isUserSelected() |
void |
setActivationState(ProfileState activationState) |
void |
setAutoActive(boolean autoActive) |
void |
setId(String id)
Sets the Maven profile id
|
void |
setSource(String source) |
void |
setUserSelected(boolean userSelected) |
String |
toString() |
public ProfileData(String id)
id
- the profile idpublic String getId()
public void setId(String id)
public boolean isAutoActive()
true
if the profile is active automaticallypublic void setAutoActive(boolean autoActive)
public ProfileState getActivationState()
public void setActivationState(ProfileState activationState)
public String getSource()
public void setSource(String source)
public boolean isUserSelected()
public void setUserSelected(boolean userSelected)
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.