net.sf.jpackit.builder
Interface PackageBuilder

All Superinterfaces:
JPackitEventProducer

public interface PackageBuilder
extends JPackitEventProducer

Interface that encapsulates package building process.

Author:
Kamil K. Shamgunov

Method Summary
 void buildPackage(BuildConfiguration config)
          Imlemetnation of this method is responsible for package building(jar,exe, class)
 
Methods inherited from interface net.sf.jpackit.notification.JPackitEventProducer
addNotificationListener, cancelAction, fireActionInterrupted, fireErrorMessageChanged, fireProgressInfoChanged, fireStateChanged, removeNotificationListener
 

Method Detail

buildPackage

void buildPackage(BuildConfiguration config)
Imlemetnation of this method is responsible for package building(jar,exe, class)

Parameters:
config - BuildConfiguration used for building package..