net.sf.ant4eclipse.model.pdesupport.feature
Class FeatureManifest.Plugin

java.lang.Object
  extended by net.sf.ant4eclipse.model.pdesupport.feature.FeatureManifest.Plugin
Enclosing class:
FeatureManifest

public static class FeatureManifest.Plugin
extends java.lang.Object


Constructor Summary
FeatureManifest.Plugin()
          Creates a new instance of type Plugin.
 
Method Summary
 java.lang.String getDownloadSize()
           
 java.lang.String getId()
           
 java.lang.String getInstallSize()
           
 java.lang.String getLocale()
           
 java.lang.String getMachineArchitecture()
           
 java.lang.String getOperatingSystem()
           
 Version getVersion()
           
 java.lang.String getWindowingSystem()
           
 boolean hasDownloadSize()
           
 boolean hasId()
           
 boolean hasInstallSize()
           
 boolean hasLocale()
           
 boolean hasMachineArchitecture()
           
 boolean hasOperatingSystem()
           
 boolean hasVersion()
           
 boolean hasWindowingSystem()
           
 boolean isFragment()
           
 boolean isUnpack()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FeatureManifest.Plugin

public FeatureManifest.Plugin()
Creates a new instance of type Plugin.

Method Detail

getDownloadSize

public java.lang.String getDownloadSize()

isFragment

public boolean isFragment()

getId

public java.lang.String getId()

getInstallSize

public java.lang.String getInstallSize()

getLocale

public java.lang.String getLocale()

getMachineArchitecture

public java.lang.String getMachineArchitecture()

getOperatingSystem

public java.lang.String getOperatingSystem()

isUnpack

public boolean isUnpack()

getVersion

public Version getVersion()

getWindowingSystem

public java.lang.String getWindowingSystem()

hasDownloadSize

public boolean hasDownloadSize()

hasId

public boolean hasId()

hasInstallSize

public boolean hasInstallSize()

hasLocale

public boolean hasLocale()

hasMachineArchitecture

public boolean hasMachineArchitecture()

hasOperatingSystem

public boolean hasOperatingSystem()

hasVersion

public boolean hasVersion()

hasWindowingSystem

public boolean hasWindowingSystem()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object