public class BaggerProfileStore
extends java.lang.Object
| Constructor and Description |
|---|
BaggerProfileStore(cool.pandora.modeller.Bagger bagger) |
| Modifier and Type | Method and Description |
|---|---|
cool.pandora.modeller.Profile |
getDefaultProfile() |
static BaggerProfileStore |
getInstance() |
cool.pandora.modeller.Profile |
getProfile(java.lang.String name) |
java.util.List<cool.pandora.modeller.ProfileField> |
getProfileFields(java.lang.String profileName) |
java.lang.String[] |
getProfileNames() |
public BaggerProfileStore(cool.pandora.modeller.Bagger bagger)
bagger - Baggerpublic cool.pandora.modeller.Profile getProfile(java.lang.String name)
name - Stringpublic cool.pandora.modeller.Profile getDefaultProfile()
public static BaggerProfileStore getInstance()
public java.lang.String[] getProfileNames()
public java.util.List<cool.pandora.modeller.ProfileField> getProfileFields(java.lang.String profileName)
profileName - String