com.atlassian.confluence.util
Class FileNameEncodingTester

java.lang.Object
  extended by com.atlassian.confluence.util.FileNameEncodingTester

public class FileNameEncodingTester
extends Object

Created by IntelliJ IDEA. User: cowen Date: Mar 20, 2006 Time: 2:57:41 PM To change this template use File | Settings | File Templates.


Field Summary
static String TEST_STRING
           
static String TEST_STRING_CHANGED
           
 
Constructor Summary
FileNameEncodingTester(File testDir)
           
 
Method Summary
 Throwable getFileCreationException()
           
 boolean isFileCreationSuccessful()
           
 boolean isFileNameMangled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEST_STRING

public static final String TEST_STRING
See Also:
Constant Field Values

TEST_STRING_CHANGED

public static final String TEST_STRING_CHANGED
See Also:
Constant Field Values
Constructor Detail

FileNameEncodingTester

public FileNameEncodingTester(File testDir)
Method Detail

isFileNameMangled

public boolean isFileNameMangled()

getFileCreationException

public Throwable getFileCreationException()

isFileCreationSuccessful

public boolean isFileCreationSuccessful()


Copyright © 2003-2012 Atlassian. All Rights Reserved.