| Package | Description |
|---|---|
| net.sf.yal10n.analyzer | |
| net.sf.yal10n.settings | |
| net.sf.yal10n.svn |
| 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 |
|---|
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 |
|---|---|
Repository |
DashboardConfiguration.getRepositoryById(String repoId)
Lookup a repository configuration by id.
|
| Modifier and Type | Method and Description |
|---|---|
List<Repository> |
DashboardConfiguration.getRepositories()
Gets the list of configured repositories.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DashboardConfiguration.setRepositories(List<Repository> repositories)
Sets the list of configured repositories.
|
| 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.