Uses of Class
hudson.plugins.nsiq.Encoding

Packages that use Encoding
hudson.plugins.nsiq   
 

Uses of Encoding in hudson.plugins.nsiq
 

Methods in hudson.plugins.nsiq that return Encoding
 Encoding NSiqPublisher.getEncoding()
           
static Encoding Encoding.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Encoding[] Encoding.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in hudson.plugins.nsiq with parameters of type Encoding
 java.lang.String NSiqSrc.getFileContent(Encoding encoding)
           
 java.lang.String SourcePainter.paint(hudson.FilePath filePath, Encoding encoding)
          소스 파일을 읽어 Klocwork 결과를 포함한 HTML로 변환하여 리턴한다.
 

Constructors in hudson.plugins.nsiq with parameters of type Encoding
NSiqPublisher(double lowRatio, double highRatio, boolean locView, boolean complexityView, boolean overView, boolean dailyView, Encoding encoding)
           
 



Copyright © 2004-2011. All Rights Reserved.