Administration Tools

org.topcased.service.updatesite
Class CheckXMLValidity

java.lang.Object
  extended by org.topcased.service.updatesite.CheckXMLValidity

public class CheckXMLValidity
extends java.lang.Object


Constructor Summary
CheckXMLValidity()
          Constructor of the class.
 
Method Summary
static java.util.Map getMapContentRepository()
          Getter of the the hashmap RepositoryPluginFeaturesUS.
static java.lang.String getPath()
          Getter for the repository path.
static UpdateSiteWizard getWizard()
          Getter of the current wizard object in use.
static void setMapContentRepository(java.util.Map content)
          Setter of the hashmap RepositoryPluginFeaturesUS.
static void setPath(java.lang.String p)
          Setter for the repository path.
static void setWizard(UpdateSiteWizard w)
          Setter of the wizard object
static void startTest()
          This is the main method aimed to execute the test.
static void startTest(UpdateSiteWizard currentWizard, java.lang.String repositoryPath, java.util.Map mapFeatures)
          This is the main method aimed to execute the test.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckXMLValidity

public CheckXMLValidity()
Constructor of the class.

Method Detail

setPath

public static void setPath(java.lang.String p)
Setter for the repository path.

Parameters:
p - represents the path of the repository

getPath

public static java.lang.String getPath()
Getter for the repository path.

Returns:
the path of the (temp) repository.

setMapContentRepository

public static void setMapContentRepository(java.util.Map content)
Setter of the hashmap RepositoryPluginFeaturesUS.

Parameters:
content - is the hashmap containing the names of the available TA features.

getMapContentRepository

public static java.util.Map getMapContentRepository()
Getter of the the hashmap RepositoryPluginFeaturesUS.

Returns:
the map containing the names of the available TA features.

setWizard

public static void setWizard(UpdateSiteWizard w)
Setter of the wizard object

Parameters:
w - represents the current wizard used for this operation.

getWizard

public static UpdateSiteWizard getWizard()
Getter of the current wizard object in use.

Returns:
a reference to the current wizard in use.

startTest

public static void startTest(UpdateSiteWizard currentWizard,
                             java.lang.String repositoryPath,
                             java.util.Map mapFeatures)
This is the main method aimed to execute the test.

Parameters:
currentWizard - represents the current wizard used.
repositoryPath - is the path where the US features are stored.
mapFeatures - is the hashmap containing the name of the TA features available.

startTest

public static void startTest()
This is the main method aimed to execute the test.


Administration Tools

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.