Package | Description |
---|---|
icy.update |
Contains all classes and tools used to allow update of plugins, libraries and application core
|
Modifier and Type | Method and Description |
---|---|
ElementDescriptor.ElementFile |
ElementDescriptor.getElementFile(java.lang.String localPath)
return ElementFile containing specified local path
|
ElementDescriptor.ElementFile |
ElementDescriptor.getFile(int index) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<ElementDescriptor.ElementFile> |
ElementDescriptor.getFiles() |
Modifier and Type | Method and Description |
---|---|
boolean |
ElementDescriptor.addElementFile(ElementDescriptor.ElementFile file) |
boolean |
ElementDescriptor.ElementFile.isSame(ElementDescriptor.ElementFile elementFile,
boolean compareOnlinePath,
boolean compareValidDateOnly)
Return true if the specified ElementFile is the same than current one.
|
boolean |
ElementDescriptor.removeElementFile(ElementDescriptor.ElementFile file) |
static boolean |
Updater.updateFile(ElementDescriptor.ElementFile file)
Update the specified local file
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Updater.updateFiles(java.util.ArrayList<ElementDescriptor.ElementFile> files)
Update the specified files
|
Constructor and Description |
---|
ElementDescriptor.ElementFile(ElementDescriptor.ElementFile elementFile)
Create a new element file using specified element informations
|