|
|
|
@ -54,7 +54,12 @@ public class AgirStatool
|
|
|
|
|
private File targetDirectory; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Instantiates a new AgirStatool. |
|
|
|
|
* Instantiates a new agir statool. |
|
|
|
|
* |
|
|
|
|
* @param connector |
|
|
|
|
* the connector |
|
|
|
|
* @param targetDirectory |
|
|
|
|
* the target directory |
|
|
|
|
*/ |
|
|
|
|
public AgirStatool(final Connection connector, final File targetDirectory) |
|
|
|
|
{ |
|
|
|
@ -136,9 +141,11 @@ public class AgirStatool
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Builds the text project list. |
|
|
|
|
* Do build text project list. |
|
|
|
|
* |
|
|
|
|
* @return the string list |
|
|
|
|
* @throws AgirStatoolException |
|
|
|
|
* the agir statool exception |
|
|
|
|
*/ |
|
|
|
|
public StringList doBuildTextProjectList() throws AgirStatoolException |
|
|
|
|
{ |
|
|
|
@ -165,7 +172,10 @@ public class AgirStatool
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Clear all. |
|
|
|
|
* Do clear all pages. |
|
|
|
|
* |
|
|
|
|
* @throws AgirStatoolException |
|
|
|
|
* the agir statool exception |
|
|
|
|
*/ |
|
|
|
|
public void doClearAllPages() throws AgirStatoolException |
|
|
|
|
{ |
|
|
|
@ -184,7 +194,10 @@ public class AgirStatool
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Refresh all. |
|
|
|
|
* Do refresh pages. |
|
|
|
|
* |
|
|
|
|
* @throws AgirStatoolException |
|
|
|
|
* the agir statool exception |
|
|
|
|
*/ |
|
|
|
|
public void doRefreshPages() throws AgirStatoolException |
|
|
|
|
{ |
|
|
|
@ -522,6 +535,7 @@ public class AgirStatool
|
|
|
|
|
* |
|
|
|
|
* @return the projects |
|
|
|
|
* @throws AgirStatoolException |
|
|
|
|
* the agir statool exception |
|
|
|
|
*/ |
|
|
|
|
public Projects listProjects() throws AgirStatoolException |
|
|
|
|
{ |
|
|
|
@ -850,6 +864,7 @@ public class AgirStatool
|
|
|
|
|
* @param projectId |
|
|
|
|
* the project id |
|
|
|
|
* @throws AgirStatoolException |
|
|
|
|
* the agir statool exception |
|
|
|
|
*/ |
|
|
|
|
public void refresh(final String projectId) throws AgirStatoolException |
|
|
|
|
{ |
|
|
|
|