| Package | Description |
|---|---|
| net.sf.yal10n | |
| net.sf.yal10n.analyzer | |
| net.sf.yal10n.dashboard | |
| net.sf.yal10n.settings | |
| net.sf.yal10n.svn |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseMojo.checkout(DashboardConfiguration config,
DetectChangesStatus newStatus)
Performs the svn checkout and collects the new revision status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceAnalyzer.analyze(org.apache.maven.plugin.logging.Log log,
String svnUrl,
String dstPath,
DashboardConfiguration config,
Repository repo,
String repoId)
Analyzes the given dstPath and adds any resource bundles found.
|
| Constructor and Description |
|---|
ResourceBundle(DashboardConfiguration config,
String svnUrl,
String repoId,
String localBasePath,
String checkoutDirectory)
Instantiates a new resource bundle.
|
ResourceFile(DashboardConfiguration config,
Repository repo,
String svnRepoUrl,
String checkedOutPath,
String relativeFilePath,
SVNUtil svn,
String fullSvnPath)
Creates a new resource file that can be analyzed.
|
| Modifier and Type | Method and Description |
|---|---|
static DashboardModel |
DashboardModel.create(org.apache.maven.plugin.logging.Log log,
DashboardConfiguration config,
List<ResourceBundle> bundles)
Creates a Dashboard model based on the given
ResourceBundles. |
| Modifier and Type | Method and Description |
|---|---|
static DashboardConfiguration |
DashboardConfiguration.readFromFile(String file)
Reads the configuration from a JSON file.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
RepositoryUtil.getCheckoutUrl(DashboardConfiguration config,
Repository repo)
Gets the complete URL without the mirror.
|
static String |
RepositoryUtil.getSvnUrl(DashboardConfiguration config,
Repository repo)
Gets the complete URL, either using the mirror if specified or not.
|
Copyright © 2013-2015. All Rights Reserved.