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 IBuild

All Superinterfaces:
IWritable

public interface IBuild
extends IWritable

The top-level model object of the model that is created from "build.properties" file.

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

Method Summary
 void add ( IBuildEntry entry)
          Adds a new build entry.
  IBuildEntry[] getBuildEntries ()
          Returns all the build entries in this object.
  IBuildEntry getEntry ( String name)
          Returns the build entry with the specified name.
 void remove ( IBuildEntry entry)
          Removes a build entry.
 
Methods inherited from interface org.eclipse.pde.core. IWritable
write
 

Method Detail

add

void add(
IBuildEntry entry)
         throws 
CoreException
Adds a new build entry. This method can throw a CoreException if the model is not editable.

Parameters:
entry - an entry to be added
Throws:
CoreException

getBuildEntries


IBuildEntry[] getBuildEntries()
Returns all the build entries in this object.

Returns:
an array of build entries

getEntry


IBuildEntry getEntry(
String name)
Returns the build entry with the specified name.

Parameters:
name - name of the desired entry
Returns:
the entry object with the specified name, or null if not found.

remove

void remove(
IBuildEntry entry)
            throws 
CoreException
Removes a build entry. This method can throw a CoreException if the model is not editable.

Parameters:
entry - an entry to be removed
Throws:
CoreException

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