Made Javadoc review.
This commit is contained in:
parent
99d0ae0cd9
commit
07b337aac0
7 changed files with 22 additions and 20 deletions
|
@ -1,3 +0,0 @@
|
||||||
#Build Number for ANT. Do not edit!
|
|
||||||
#Sun Sep 13 02:31:30 CEST 2020
|
|
||||||
build.number=0
|
|
|
@ -62,14 +62,15 @@ public class FederationUptimePage
|
||||||
/**
|
/**
|
||||||
* Htmlize.
|
* Htmlize.
|
||||||
*
|
*
|
||||||
* @param services
|
* @param federation
|
||||||
* the services
|
* the federation
|
||||||
* @param journal
|
* @param journal
|
||||||
* the journal
|
* the journal
|
||||||
* @return the string
|
* @return the string
|
||||||
* @throws StatoolInfosException
|
* @throws StatoolInfosException
|
||||||
* the statool infos exception
|
* the statool infos exception
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
|
* Signals that an I/O exception has occurred.
|
||||||
*/
|
*/
|
||||||
public static String htmlize(final Federation federation, final UptimeJournal journal) throws StatoolInfosException, IOException
|
public static String htmlize(final Federation federation, final UptimeJournal journal) throws StatoolInfosException, IOException
|
||||||
{
|
{
|
||||||
|
|
|
@ -46,11 +46,18 @@ public class OrganizationMetricGenericPage
|
||||||
/**
|
/**
|
||||||
* Builds the.
|
* Builds the.
|
||||||
*
|
*
|
||||||
|
* @param htmlizeDirectory
|
||||||
|
* the htmlize directory
|
||||||
* @param organization
|
* @param organization
|
||||||
* the service
|
* the organization
|
||||||
* @return the string
|
* @param view
|
||||||
|
* the view
|
||||||
|
* @param period
|
||||||
|
* the period
|
||||||
* @throws StatoolInfosException
|
* @throws StatoolInfosException
|
||||||
* the statool infos exception
|
* the statool infos exception
|
||||||
|
* @throws IOException
|
||||||
|
* Signals that an I/O exception has occurred.
|
||||||
*/
|
*/
|
||||||
public static void build(final File htmlizeDirectory, final Organization organization, final ViewMenu view, final PeriodMenu period) throws StatoolInfosException, IOException
|
public static void build(final File htmlizeDirectory, final Organization organization, final ViewMenu view, final PeriodMenu period) throws StatoolInfosException, IOException
|
||||||
{
|
{
|
||||||
|
|
|
@ -44,11 +44,16 @@ public class OrganizationMetricSummaryPage
|
||||||
private static Logger logger = LoggerFactory.getLogger(OrganizationMetricSummaryPage.class);
|
private static Logger logger = LoggerFactory.getLogger(OrganizationMetricSummaryPage.class);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Htmlize.
|
* Builds the.
|
||||||
*
|
*
|
||||||
|
* @param htmlizeDirectory
|
||||||
|
* the htmlize directory
|
||||||
* @param organization
|
* @param organization
|
||||||
* the organization
|
* the organization
|
||||||
* @return the string
|
* @param view
|
||||||
|
* the view
|
||||||
|
* @param period
|
||||||
|
* the period
|
||||||
* @throws StatoolInfosException
|
* @throws StatoolInfosException
|
||||||
* the statool infos exception
|
* the statool infos exception
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
|
|
|
@ -41,8 +41,6 @@ public final class UserAgentStat
|
||||||
/**
|
/**
|
||||||
* Instantiates a new user agent stat.
|
* Instantiates a new user agent stat.
|
||||||
*
|
*
|
||||||
* @param ip
|
|
||||||
* the ip
|
|
||||||
* @param userAgent
|
* @param userAgent
|
||||||
* the user agent
|
* the user agent
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -25,7 +25,6 @@ import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
import fr.devinsy.statoolinfos.metrics.http.HttpAccessLog;
|
import fr.devinsy.statoolinfos.metrics.http.HttpAccessLog;
|
||||||
|
|
||||||
// TODO: Auto-generated Javadoc
|
|
||||||
/**
|
/**
|
||||||
* The Class UserAgents.
|
* The Class UserAgents.
|
||||||
*/
|
*/
|
||||||
|
@ -46,10 +45,8 @@ public final class UserAgentStatSet extends HashMap<String, UserAgentStat>
|
||||||
/**
|
/**
|
||||||
* Put.
|
* Put.
|
||||||
*
|
*
|
||||||
* @param ip
|
* @param log
|
||||||
* the ip
|
* the log
|
||||||
* @param userAgent
|
|
||||||
* the user agent
|
|
||||||
*/
|
*/
|
||||||
public void put(final HttpAccessLog log)
|
public void put(final HttpAccessLog log)
|
||||||
{
|
{
|
||||||
|
|
|
@ -34,10 +34,7 @@ public class UptimeStat
|
||||||
private UptimeStatus last;
|
private UptimeStatus last;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instantiates a new uptime check.
|
* Instantiates a new uptime stat.
|
||||||
*
|
|
||||||
* @param url
|
|
||||||
* the url
|
|
||||||
*/
|
*/
|
||||||
public UptimeStat()
|
public UptimeStat()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue