jBPM Designer - Backend 6.0.3-SNAPSHOT

org.jbpm.designer.util
Class Base64Backport

java.lang.Object
  extended by org.apache.commons.codec.binary.Base64
      extended by org.jbpm.designer.util.Base64Backport
All Implemented Interfaces:
org.apache.commons.codec.BinaryDecoder, org.apache.commons.codec.BinaryEncoder, org.apache.commons.codec.Decoder, org.apache.commons.codec.Encoder

public class Base64Backport
extends org.apache.commons.codec.binary.Base64

Backports the commons-codec isBase64(String) method from commons-codec 1.5 because EAP requires us to use commons-codec 1.4.


Constructor Summary
Base64Backport()
           
 
Method Summary
static boolean isBase64(String base64)
           
 
Methods inherited from class org.apache.commons.codec.binary.Base64
decode, decode, decode, decodeBase64, decodeBase64, decodeInteger, encode, encode, encodeBase64, encodeBase64, encodeBase64, encodeBase64, encodeBase64Chunked, encodeBase64String, encodeBase64URLSafe, encodeBase64URLSafeString, encodeInteger, encodeToString, isArrayByteBase64, isBase64, isUrlSafe
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Base64Backport

public Base64Backport()
Method Detail

isBase64

public static boolean isBase64(String base64)

jBPM Designer - Backend 6.0.3-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.