blob: b921199128d366e72007fb1f24690a1fe7da8b1d [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2002-2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM - Initial API and implementation
*******************************************************************************/
package org.eclipse.wst.wsi.internal.core.util;
/**
* This class ...
*
* @version 1.0.1
* @author Peter Brittenham (peterbr@us.ibm.com)
*/
public interface XMLInfo
{
/**
* Get addtional tool environment information as an XML string.
* @param namespaceName a namespace prefix.
* @return addtional tool environment information as an XML string.
*/
public String toXMLString(String namespaceName);
}