com.esri.gpt.server.csw.client
Class CswProfiles
java.lang.Object
  
com.esri.gpt.framework.search.SearchXslProfiles<CswProfile>
      
com.esri.gpt.server.csw.client.CswProfiles
public class CswProfiles
- extends SearchXslProfiles<CswProfile>
 
The collection of CSw profiles.
 
 
| 
Constructor Summary | 
CswProfiles()
 
          Instantiates a new csw profiles. | 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CswProfiles
public CswProfiles()
- Instantiates a new csw profiles.
 
loadProfilefromConfig
public void loadProfilefromConfig(String filename)
                           throws ParserConfigurationException,
                                  SAXException,
                                  IOException,
                                  XPathExpressionException
- Loads the profile details from configuration file.
 
 The profiles details are loaded in the collection. Duplicate or invalid
 profiles are ignored.
- Parameters:
 filename - 
- Throws:
 ParserConfigurationException
SAXException
ParserConfigurationException
IOException
SAXException
XPathExpressionException
 
 
loadProfilefromConfig
public void loadProfilefromConfig()
                           throws XPathExpressionException,
                                  ParserConfigurationException,
                                  SAXException,
                                  IOException
- Load profile from default profiles config file.
- Specified by:
 loadProfilefromConfig in class SearchXslProfiles<CswProfile>
 
- Throws:
 XPathExpressionException - the x path expression exception
ParserConfigurationException - the parser configuration exception
SAXException - the SAX exception
IOException - Signals that an I/O exception has occurred.
 
 
        Copyright 2011 Environmental Systems Research Institute. 
	 All rights reserved. 
	 Use is subject to 
license terms.