hudson.plugins.violations.types.gendarme
Class DotNetAssembly

java.lang.Object
  extended by hudson.plugins.violations.types.gendarme.DotNetAssembly

public class DotNetAssembly
extends Object


Constructor Summary
DotNetAssembly(String fullName)
           
 
Method Summary
 String getCulture()
           
 String getFullName()
           
 String getName()
           
 String getPublicKeyToken()
           
 String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DotNetAssembly

public DotNetAssembly(String fullName)
Method Detail

getFullName

public String getFullName()

getName

public String getName()

getVersion

public String getVersion()

getCulture

public String getCulture()

getPublicKeyToken

public String getPublicKeyToken()


Copyright © 2004-2012 Hudson. All Rights Reserved.