|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectzeroslackr.installer.List
public class List
List Class.
List objects that create Pack objects.
Licensed under GNU GPL (Version 3).
Sources: ini4j's API,
Pack
Field Summary | |
---|---|
(package private) ArrayList<Pack> |
extras
|
(package private) String |
file
|
(package private) Ini |
ini
|
(package private) ArrayList<Pack> |
kernel
|
(package private) ArrayList<Pack> |
launcher
|
(package private) ArrayList<Pack> |
packs
|
(package private) ArrayList<Pack> |
userland
|
Constructor Summary | |
---|---|
List(String file)
Constructor. |
Method Summary | |
---|---|
private Pack |
createPack(String item,
String type)
Creates packs from the lists. |
private void |
populate(Ini.Section index,
ArrayList<Pack> list,
String type)
Retrieves list of packs from the index. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
Ini ini
String file
ArrayList<Pack> kernel
ArrayList<Pack> userland
ArrayList<Pack> launcher
ArrayList<Pack> packs
ArrayList<Pack> extras
Constructor Detail |
---|
public List(String file) throws IOException, InvalidListFormatException
file
- Path to special INI file.
IOException
InvalidListFormatException
Method Detail |
---|
private void populate(Ini.Section index, ArrayList<Pack> list, String type) throws InvalidListFormatException
InvalidListFormatException
List(String iniFile)
private Pack createPack(String item, String type) throws InvalidListFormatException
InvalidListFormatException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |