org.exoplatform.wcm.benchmark.preparation.repository
Class RepoloadRun

java.lang.Object
  extended by org.exoplatform.wcm.benchmark.preparation.repository.RepoloadRun

public class RepoloadRun
extends java.lang.Object

The Class RepoloadRun.


Constructor Summary
RepoloadRun(java.lang.String[] args)
          Instantiates a new repoload run.
 
Method Summary
 int getNtFileCount()
          Gets the nt file count.
 int getNtFolderCount()
          Gets the nt folder count.
 boolean isReadProperty()
          Checks if is read property.
static void main(java.lang.String[] args)
          The main method.
 void run()
          Run.
 void setNtFileCount(int ntFileCount)
          Sets the nt file count.
 void setNtFolderCount(int ntFolderCount)
          Sets the nt folder count.
 void setReadProperty(boolean readProperty)
          Sets the read property.
 void setUp()
          Sets the up.
 void stop()
          Stop.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepoloadRun

public RepoloadRun(java.lang.String[] args)
Instantiates a new repoload run.

Parameters:
args - the args
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Sets the up.

Throws:
java.lang.Exception - the exception

stop

public void stop()
Stop.


run

public void run()
Run.


main

public static void main(java.lang.String[] args)
The main method.

Parameters:
args - the arguments

getNtFolderCount

public int getNtFolderCount()
Gets the nt folder count.

Returns:
the ntFolderCount

setNtFolderCount

public void setNtFolderCount(int ntFolderCount)
Sets the nt folder count.

Parameters:
ntFolderCount - the ntFolderCount to set

getNtFileCount

public int getNtFileCount()
Gets the nt file count.

Returns:
the ntFileCount

setNtFileCount

public void setNtFileCount(int ntFileCount)
Sets the nt file count.

Parameters:
ntFileCount - the ntFileCount to set

isReadProperty

public boolean isReadProperty()
Checks if is read property.

Returns:
the readProperty

setReadProperty

public void setReadProperty(boolean readProperty)
Sets the read property.

Parameters:
readProperty - the readProperty to set


Copyright © 2011 eXo Platform SAS. All Rights Reserved.