Code Search for Developers
 
 
  

IPlatform.java from BIRT at Krugle


Show IPlatform.java syntax highlighted

/*******************************************************************************
 * Copyright (c) 2004 Actuate Corporation.
 * 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:
 *  Actuate Corporation  - initial API and implementation
 *******************************************************************************/

package org.eclipse.birt.core.framework;

import java.io.IOException;
import java.net.URL;

/**
 * Defines the Platform interface that allows BIRT to be run in Eclipse and
 * server environments
 * 
 * @version $Revision: 1.10 $ $Date: 2006/03/21 23:21:58 $
 */
public interface IPlatform
{
	static final String EXTENSION_POINT_FACTORY_SERVICE = "FactoryService";

	/**
	 * @return the global extension registry
	 */
	IExtensionRegistry getExtensionRegistry( );

	/**
	 * 
	 * @param symblicName
	 * @return
	 */
	IBundle getBundle( String symblicName );

	/**
	 * 
	 * @param bundle
	 * @param path
	 * @return
	 */
	URL find( IBundle bundle, IPlatformPath path );

	/**
	 * 
	 * @param url
	 * @return
	 * @throws IOException
	 */
	URL asLocalURL( URL url ) throws IOException;

	/**
	 * 
	 * @param name
	 * @return
	 */
	String getDebugOption( String name );

	/**
	 * 
	 * @param pluginName
	 */
	void initializeTracing( String pluginName );

	/**
	 * 
	 * @param factory
	 * @return
	 */
	Object createFactoryObject( String factory );
}




See more files for this project here

BIRT

BIRT is an open source, Eclipse-based reporting system that integrates with your application to produce compelling reports for both web and PDF.

Project homepage: http://www.eclipse.org/birt/phoenix/
Programming language(s): Java,XML
License: gpl2

  eclipse/
    EclipseBundle.java
    EclipseConfigurationElement.java
    EclipseExtension.java
    EclipseExtensionPoint.java
    EclipseExtensionRegistry.java
    EclipsePath.java
    EclipsePlatform.java
    EclispeExecutableExtension.java
    package.html
  osgi/
    OSGILauncher.java
  parser/
    AbstractParseState.java
    AnyElementState.java
    ParseState.java
    XMLParserException.java
    XMLParserHandler.java
    package.html
  server/
  FrameworkException.java
  IBundle.java
  IConfigurationElement.java
  IExecutableExtension.java
  IExtension.java
  IExtensionPoint.java
  IExtensionRegistry.java
  IPlatform.java
  IPlatformConfig.java
  IPlatformContext.java
  IPlatformPath.java
  Platform.java
  PlatformConfig.java
  PlatformFileContext.java
  PlatformServletContext.java
  package.html