Forge - Projects API 2.0.0.Alpha3

org.jboss.forge.projects.events
Class PackagingChanged

java.lang.Object
  extended by org.jboss.forge.projects.events.PackagingChanged

@Vetoed
@Exported
public class PackagingChanged
extends Object

Fired when a Project is configured to produce a new PackagingFacet#getString()

Author:
Lincoln Baxter, III

Constructor Summary
protected PackagingChanged()
           
  PackagingChanged(Project project, String previousType, String newType)
           
 
Method Summary
 String getNewType()
           
 String getPreviousType()
           
 Project getProject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackagingChanged

protected PackagingChanged()

PackagingChanged

public PackagingChanged(Project project,
                        String previousType,
                        String newType)
Method Detail

getPreviousType

public String getPreviousType()

getNewType

public String getNewType()

getProject

public Project getProject()

Forge - Projects API 2.0.0.Alpha3

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.