Fixed Javadoc.
This commit is contained in:
parent
6285cb84e9
commit
4934648583
6 changed files with 32 additions and 31 deletions
|
@ -218,8 +218,6 @@ public class Service extends PathPropertyList
|
||||||
*
|
*
|
||||||
* @param path
|
* @param path
|
||||||
* the path
|
* the path
|
||||||
* @param year
|
|
||||||
* the year
|
|
||||||
* @return the metric
|
* @return the metric
|
||||||
*/
|
*/
|
||||||
public Metric getMetric(final String path)
|
public Metric getMetric(final String path)
|
||||||
|
@ -304,6 +302,11 @@ public class Service extends PathPropertyList
|
||||||
return this.organization;
|
return this.organization;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the property file name.
|
||||||
|
*
|
||||||
|
* @return the property file name
|
||||||
|
*/
|
||||||
public String getPropertyFileName()
|
public String getPropertyFileName()
|
||||||
{
|
{
|
||||||
String result;
|
String result;
|
||||||
|
|
|
@ -30,7 +30,7 @@ import fr.devinsy.xidyn.data.TagDataManager;
|
||||||
import fr.devinsy.xidyn.presenters.PresenterUtils;
|
import fr.devinsy.xidyn.presenters.PresenterUtils;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Class OrganizationPage.
|
* The Class PropertyFileCheckPage.
|
||||||
*/
|
*/
|
||||||
public class PropertyFileCheckPage
|
public class PropertyFileCheckPage
|
||||||
{
|
{
|
||||||
|
@ -39,14 +39,10 @@ public class PropertyFileCheckPage
|
||||||
/**
|
/**
|
||||||
* Builds the.
|
* Builds the.
|
||||||
*
|
*
|
||||||
* @param stats
|
* @param title
|
||||||
* the stats
|
* the title
|
||||||
* @param federationStats
|
* @param checks
|
||||||
* the federation stats
|
* the checks
|
||||||
* @param organizationsStats
|
|
||||||
* the organizations stats
|
|
||||||
* @param servicesStats
|
|
||||||
* the services stats
|
|
||||||
* @return the string
|
* @return the string
|
||||||
* @throws StatoolInfosException
|
* @throws StatoolInfosException
|
||||||
* the statool infos exception
|
* the statool infos exception
|
||||||
|
|
|
@ -31,7 +31,7 @@ import fr.devinsy.xidyn.data.TagDataManager;
|
||||||
import fr.devinsy.xidyn.presenters.PresenterUtils;
|
import fr.devinsy.xidyn.presenters.PresenterUtils;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Class OrganizationPage.
|
* The Class PropertyStatsPage.
|
||||||
*/
|
*/
|
||||||
public class PropertyStatsPage
|
public class PropertyStatsPage
|
||||||
{
|
{
|
||||||
|
@ -40,14 +40,10 @@ public class PropertyStatsPage
|
||||||
/**
|
/**
|
||||||
* Builds the.
|
* Builds the.
|
||||||
*
|
*
|
||||||
|
* @param title
|
||||||
|
* the title
|
||||||
* @param stats
|
* @param stats
|
||||||
* the stats
|
* the stats
|
||||||
* @param federationStats
|
|
||||||
* the federation stats
|
|
||||||
* @param organizationsStats
|
|
||||||
* the organizations stats
|
|
||||||
* @param servicesStats
|
|
||||||
* the services stats
|
|
||||||
* @return the string
|
* @return the string
|
||||||
* @throws StatoolInfosException
|
* @throws StatoolInfosException
|
||||||
* the statool infos exception
|
* the statool infos exception
|
||||||
|
|
|
@ -31,7 +31,7 @@ import fr.devinsy.xidyn.data.TagDataManager;
|
||||||
import fr.devinsy.xidyn.presenters.PresenterUtils;
|
import fr.devinsy.xidyn.presenters.PresenterUtils;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Class SocialNetworks.
|
* The Class SocialNetworksPage.
|
||||||
*/
|
*/
|
||||||
public class SocialNetworksPage
|
public class SocialNetworksPage
|
||||||
{
|
{
|
||||||
|
@ -40,8 +40,10 @@ public class SocialNetworksPage
|
||||||
/**
|
/**
|
||||||
* Builds the.
|
* Builds the.
|
||||||
*
|
*
|
||||||
* @param federation
|
* @param title
|
||||||
* the federation
|
* the title
|
||||||
|
* @param organizations
|
||||||
|
* the organizations
|
||||||
* @return the string
|
* @return the string
|
||||||
* @throws StatoolInfosException
|
* @throws StatoolInfosException
|
||||||
* the statool infos exception
|
* the statool infos exception
|
||||||
|
|
|
@ -51,10 +51,12 @@ public class HttpAccessLogProber
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Stat.
|
* Probe.
|
||||||
*
|
*
|
||||||
* @param configuration
|
* @param source
|
||||||
* the configuration
|
* the source
|
||||||
|
* @param target
|
||||||
|
* the target
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
* Signals that an I/O exception has occurred.
|
* Signals that an I/O exception has occurred.
|
||||||
* @throws StatoolInfosException
|
* @throws StatoolInfosException
|
||||||
|
@ -118,8 +120,8 @@ public class HttpAccessLogProber
|
||||||
/**
|
/**
|
||||||
* Probe.
|
* Probe.
|
||||||
*
|
*
|
||||||
* @param counter
|
* @param counters
|
||||||
* the counter
|
* the counters
|
||||||
* @param line
|
* @param line
|
||||||
* the line
|
* the line
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -51,10 +51,12 @@ public class HttpErrorLogProber
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Stat.
|
* Probe.
|
||||||
*
|
*
|
||||||
* @param configuration
|
* @param source
|
||||||
* the configuration
|
* the source
|
||||||
|
* @param target
|
||||||
|
* the target
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
* Signals that an I/O exception has occurred.
|
* Signals that an I/O exception has occurred.
|
||||||
* @throws StatoolInfosException
|
* @throws StatoolInfosException
|
||||||
|
@ -118,8 +120,8 @@ public class HttpErrorLogProber
|
||||||
/**
|
/**
|
||||||
* Probe.
|
* Probe.
|
||||||
*
|
*
|
||||||
* @param counter
|
* @param counters
|
||||||
* the counter
|
* the counters
|
||||||
* @param line
|
* @param line
|
||||||
* the line
|
* the line
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue