Package | Description |
---|---|
Contains all classes and tools used to allow update of plugins, libraries and application core
|
Modifier and Type | Method and Description |
---|---|
static |
( name,
<> list)
Find an element in the specified list
|
static |
( localElement,
onlineElement)
Process and return the update the element which contain differences
from the specified local and online elements. |
Modifier and Type | Method and Description |
---|---|
static <> |
()
Get the list of local elements.
|
static <> |
()
Get the list of online elements (online update.xml file)
|
static <> |
(<ElementDescriptor> localElements)
Get update elements.
|
static <> |
( path) |
Modifier and Type | Method and Description |
---|---|
static void |
( updateElement,
<> localElements)
Update local elements according to changes presents in updateElement
|
static |
( localElement,
onlineElement)
Process and return the update the element which contain differences
from the specified local and online elements. |
boolean |
( element,
boolean compareFileOnlinePath)
Return true if the specified ElementDescriptor is the same than current one.
|
static boolean |
( updateElement,
<> localElements)
Update the specified "update" element (move files from update to application directory)
then modify local elements list according to changes made. |
void |
( updateElement)
Update current element with informations from specified element
|
static void |
( updateElement,
<> localElements)
Update local elements according to changes presents in updateElement
|
Modifier and Type | Method and Description |
---|---|
static void |
( updateElement,
<> localElements)
Update local elements according to changes presents in updateElement
|
static |
( name,
<> list)
Find an element in the specified list
|
static <> |
(<ElementDescriptor> localElements)
Get update elements.
|
(package private) static boolean |
(<ElementDescriptor> elements,
boolean showProgress) |
static boolean |
(<ElementDescriptor> elements,
path,
boolean onlineSave)
Save the specified elements to the specified filename
|
(package private) static void |
(<ElementDescriptor> elements) |
static boolean |
( updateElement,
<> localElements)
Update the specified "update" element (move files from update to application directory)
then modify local elements list according to changes made. |
static void |
( updateElement,
<> localElements)
Update local elements according to changes presents in updateElement
|
static void |
(<ElementDescriptor> elements)
Validate the specified list of elements against local files.
|
Constructor and Description |
---|
( element)
Create a new element descriptor using specified element informations
|