IPlatformPath.java from BIRT at Krugle
Show IPlatformPath.java syntax highlighted
/*
* Created on 2005-3-25
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package org.eclipse.birt.core.framework;
/**
*
* @version $Revision: 1.1 $ $Date: 2005/07/07 00:26:36 $
*/
public interface IPlatformPath
{
/**
* @return the string representation of the path
*/
public String toString();
}
See more files for this project here