public class ProfileUtil
extends java.lang.Object
| Constructor | Description |
|---|---|
ProfileUtil() |
| Modifier and Type | Method | Description |
|---|---|---|
static Profile |
add(Format format,
Profile profile) |
Fuegt ein neues Profil hinzu.
|
static boolean |
delete(Format format,
Profile profile) |
Loescht das angegebene Profil.
|
static java.util.List<Profile> |
read(Format format) |
Laedt die vorhandenen Profile fuer das Format.
|
static void |
store(Format format,
java.util.List<Profile> profiles) |
Speichert die Profile.
|
public static java.util.List<Profile> read(Format format)
format - das Format.public static void store(Format format, java.util.List<Profile> profiles)
format - das Format.profiles - die zu speichernden Profile.public static Profile add(Format format, Profile profile)
format - das Format.profile - das zu speichernde Profil.