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.
|
||||
*
|
||||
* @param services
|
||||
* the services
|
||||
* @param federation
|
||||
* the federation
|
||||
* @param journal
|
||||
* the journal
|
||||
* @return the string
|
||||
* @throws StatoolInfosException
|
||||
* the statool infos exception
|
||||
* @throws IOException
|
||||
* Signals that an I/O exception has occurred.
|
||||
*/
|
||||
public static String htmlize(final Federation federation, final UptimeJournal journal) throws StatoolInfosException, IOException
|
||||
{
|
||||
|
|
|
@ -46,11 +46,18 @@ public class OrganizationMetricGenericPage
|
|||
/**
|
||||
* Builds the.
|
||||
*
|
||||
* @param htmlizeDirectory
|
||||
* the htmlize directory
|
||||
* @param organization
|
||||
* the service
|
||||
* @return the string
|
||||
* the organization
|
||||
* @param view
|
||||
* the view
|
||||
* @param period
|
||||
* the period
|
||||
* @throws StatoolInfosException
|
||||
* 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
|
||||
{
|
||||
|
|
|
@ -44,11 +44,16 @@ public class OrganizationMetricSummaryPage
|
|||
private static Logger logger = LoggerFactory.getLogger(OrganizationMetricSummaryPage.class);
|
||||
|
||||
/**
|
||||
* Htmlize.
|
||||
* Builds the.
|
||||
*
|
||||
* @param htmlizeDirectory
|
||||
* the htmlize directory
|
||||
* @param organization
|
||||
* the organization
|
||||
* @return the string
|
||||
* @param view
|
||||
* the view
|
||||
* @param period
|
||||
* the period
|
||||
* @throws StatoolInfosException
|
||||
* the statool infos exception
|
||||
* @throws IOException
|
||||
|
|
|
@ -41,8 +41,6 @@ public final class UserAgentStat
|
|||
/**
|
||||
* Instantiates a new user agent stat.
|
||||
*
|
||||
* @param ip
|
||||
* the ip
|
||||
* @param userAgent
|
||||
* the user agent
|
||||
*/
|
||||
|
|
|
@ -25,7 +25,6 @@ import org.slf4j.LoggerFactory;
|
|||
|
||||
import fr.devinsy.statoolinfos.metrics.http.HttpAccessLog;
|
||||
|
||||
// TODO: Auto-generated Javadoc
|
||||
/**
|
||||
* The Class UserAgents.
|
||||
*/
|
||||
|
@ -46,10 +45,8 @@ public final class UserAgentStatSet extends HashMap<String, UserAgentStat>
|
|||
/**
|
||||
* Put.
|
||||
*
|
||||
* @param ip
|
||||
* the ip
|
||||
* @param userAgent
|
||||
* the user agent
|
||||
* @param log
|
||||
* the log
|
||||
*/
|
||||
public void put(final HttpAccessLog log)
|
||||
{
|
||||
|
|
|
@ -34,10 +34,7 @@ public class UptimeStat
|
|||
private UptimeStatus last;
|
||||
|
||||
/**
|
||||
* Instantiates a new uptime check.
|
||||
*
|
||||
* @param url
|
||||
* the url
|
||||
* Instantiates a new uptime stat.
|
||||
*/
|
||||
public UptimeStat()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue