B C E G I S U

B

BomMarker - Class in com.dhptech.maven.stripbom
 
BomMarker() - Constructor for class com.dhptech.maven.stripbom.BomMarker
 
buildExclusions(boolean, String...) - Static method in class com.dhptech.maven.stripbom.SimpleScanner
 
buildInclusions(String...) - Static method in class com.dhptech.maven.stripbom.SimpleScanner
 

C

com.dhptech.maven.stripbom - package com.dhptech.maven.stripbom
 
containsBom(File, byte[]) - Method in class com.dhptech.maven.stripbom.StripMojo
Return true if the file begins with the same sequence of bytes as the BOM passed in
containsBom(File, List<byte[]>) - Method in class com.dhptech.maven.stripbom.StripMojo
Return -1 if the file does not begin with a BOM, otherwise return the index of the BOM the file starts with

E

execute() - Method in class com.dhptech.maven.stripbom.StripMojo
Check for BOM's

G

getBasedir() - Method in class com.dhptech.maven.stripbom.SimpleScanner
 
getBasedir() - Method in class com.dhptech.maven.stripbom.StripMojo
 
getBomMarkers(List<File>, List<byte[]>) - Method in class com.dhptech.maven.stripbom.StripMojo
Create BomMarker objects for any files that start with a bom
getBoms() - Method in class com.dhptech.maven.stripbom.StripMojo
Return the list of known BOM's we need to look for
getExcluded() - Method in class com.dhptech.maven.stripbom.SimpleScanner
 
getExcludes() - Method in class com.dhptech.maven.stripbom.StripMojo
 
getFile() - Method in class com.dhptech.maven.stripbom.BomMarker
 
getFileList() - Method in class com.dhptech.maven.stripbom.StripMojo
Return the list of files we need to inspect for BOM's
getIncluded() - Method in class com.dhptech.maven.stripbom.SimpleScanner
 
getIncludes() - Method in class com.dhptech.maven.stripbom.StripMojo
 
getSelectedFiles() - Method in class com.dhptech.maven.stripbom.SimpleScanner
 
getSkipBytes() - Method in class com.dhptech.maven.stripbom.BomMarker
 
getWorkingDir() - Method in class com.dhptech.maven.stripbom.StripMojo
 

I

isFailBuild() - Method in class com.dhptech.maven.stripbom.StripMojo
True if the build should fail when BOMs are found in any of the files processed.
isStrip() - Method in class com.dhptech.maven.stripbom.StripMojo
True if we should only warn about BOMs and not actually strip them.
isUseDefaultExcludes() - Method in class com.dhptech.maven.stripbom.StripMojo
 

S

scanIfNeeded() - Method in class com.dhptech.maven.stripbom.SimpleScanner
 
setBasedir(File) - Method in class com.dhptech.maven.stripbom.StripMojo
 
setExcludes(String[]) - Method in class com.dhptech.maven.stripbom.StripMojo
 
setFailBuild(boolean) - Method in class com.dhptech.maven.stripbom.StripMojo
Sets the failBuild property.
setFile(File) - Method in class com.dhptech.maven.stripbom.BomMarker
 
setIncludes(String[]) - Method in class com.dhptech.maven.stripbom.StripMojo
 
setSkipBytes(int) - Method in class com.dhptech.maven.stripbom.BomMarker
 
setStrip(boolean) - Method in class com.dhptech.maven.stripbom.StripMojo
Set to true to warn only on finding a BOM.
setUseDefaultExcludes(boolean) - Method in class com.dhptech.maven.stripbom.StripMojo
 
setWorkingDir(File) - Method in class com.dhptech.maven.stripbom.StripMojo
 
SimpleScanner - Class in com.dhptech.maven.stripbom
Logic for recursively scanning a base directory for files that match include/exclude patterns
SimpleScanner(File, String[], String[], boolean) - Constructor for class com.dhptech.maven.stripbom.SimpleScanner
 
stripBom(BomMarker, int) - Method in class com.dhptech.maven.stripbom.StripMojo
 
stripBOM(File) - Method in class com.dhptech.maven.stripbom.StripMojo
Strips the BOM, if found from a single file.
stripBoms(List<BomMarker>) - Method in class com.dhptech.maven.stripbom.StripMojo
 
StripMojo - Class in com.dhptech.maven.stripbom
Goal to detect and strip BOMs from files.
StripMojo() - Constructor for class com.dhptech.maven.stripbom.StripMojo
 

U

UTF16_BIG_ENDIAN_BOM - Static variable in class com.dhptech.maven.stripbom.StripMojo
 
UTF16_LITTLE_ENDIAN_BOM - Static variable in class com.dhptech.maven.stripbom.StripMojo
 
UTF8_BOM - Static variable in class com.dhptech.maven.stripbom.StripMojo
 

B C E G I S U

Copyright © 2011-2012 The Kuali Foundation. All Rights Reserved.