Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse PDE
Release 3.5

org.eclipse.pde.core.build
Interface IBuildModel

All Superinterfaces:
IAdaptable, IBaseModel, IModel, IModelChangeProvider

public interface IBuildModel
extends IModel, IModelChangeProvider

This model is created from the "build.properties" file that defines what source folders in the plug-in are to be used to build require plug-in Jars.

If this model is editable, isEditable() will return true and the model instance will implement IEditable interface. The model is capable of providing change notification for the registered listeners.

Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.

Method Summary
  IBuild getBuild ()
          Returns the top-level model object of this model.
  IBuildModelFactory getFactory ()
          Returns the factory that should be used to create new instance of model objects.
  String getInstallLocation ()
          Returns the location of the file used to create the model.
 
Methods inherited from interface org.eclipse.pde.core. IModel
getResourceString, getTimeStamp, getUnderlyingResource, isInSync, isLoaded, isReconcilingModel, load, load, reload
 
Methods inherited from interface org.eclipse.pde.core. IBaseModel
dispose, isDisposed, isEditable, isValid
 
Methods inherited from interface org.eclipse.core.runtime. IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.pde.core. IModelChangeProvider
addModelChangedListener, fireModelChanged, fireModelObjectChanged, removeModelChangedListener
 

Method Detail

getBuild


IBuild getBuild()
Returns the top-level model object of this model.

Returns:
a build.properties top-level model object

getFactory


IBuildModelFactory getFactory()
Returns the factory that should be used to create new instance of model objects.

Returns:
the build.properties model factory

getInstallLocation


String getInstallLocation()
Returns the location of the file used to create the model.

Returns:
the location of the build.properties file or null if the file is in a workspace.

Eclipse PDE
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire