org.apache.tools.ant.taskdefs.optional.ide

Class VAJProjectDescription

public class VAJProjectDescription extends Object

Type class. Holds information about a project edition.
Constructor Summary
VAJProjectDescription()
VAJProjectDescription(String n, String v)
Method Summary
StringgetName()
StringgetVersion()
booleanprojectFound()
voidsetName(String newName)
name of the VAJ project to load into the workspace; required
voidsetProjectFound()
this may be a helper method, and is being ignored for now
voidsetVersion(String newVersion)
name of the requested version; required.

Constructor Detail

VAJProjectDescription

public VAJProjectDescription()

VAJProjectDescription

public VAJProjectDescription(String n, String v)

Method Detail

getName

public String getName()

getVersion

public String getVersion()

projectFound

public boolean projectFound()

setName

public void setName(String newName)
name of the VAJ project to load into the workspace; required

setProjectFound

public void setProjectFound()
this may be a helper method, and is being ignored for now

UNKNOWN: ignore="true"

setVersion

public void setVersion(String newVersion)
name of the requested version; required.
Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.