A B C D E F G H I J L M N O P R S T U V W X Y

C

CacheUtils - Class in com.atlassian.core.util
Utility class to handle cache flushing.
CacheUtils() - Constructor for class com.atlassian.core.util.CacheUtils
 
CachingPropertySet - Class in com.atlassian.core.propertyset
A PropertySet which decorates another PropertySet and caches the results.
CachingPropertySet() - Constructor for class com.atlassian.core.propertyset.CachingPropertySet
 
changePassword(User, String) - Static method in class com.atlassian.core.user.UserUtils
 
check() - Method in class com.atlassian.core.util.ImageInfo
Call this method after you have provided an input stream or file using ImageInfo.setInput(InputStream) or ImageInfo.setInput(DataInput).
checkForErrors(ActionResult) - Static method in class com.atlassian.core.action.ActionUtils
A useful method to check a result for errors.
checkToolkit() - Method in class com.atlassian.core.util.thumbnail.Thumber
 
ClassHelper - Class in com.atlassian.core.util
 
ClassHelper() - Constructor for class com.atlassian.core.util.ClassHelper
 
ClassLoaderUtils - Class in com.atlassian.core.util
This class is extremely useful for loading resources and classes in a fault tolerant manner that works across different applications servers.
ClassLoaderUtils() - Constructor for class com.atlassian.core.util.ClassLoaderUtils
 
clear() - Static method in class com.atlassian.core.logging.ThreadLocalErrorCollection
 
clear() - Method in class com.atlassian.core.task.AbstractTaskQueue
 
clear() - Method in interface com.atlassian.core.task.FifoBuffer
Clear all the objects from the buffer
clear() - Method in class com.atlassian.core.task.LocalFifoBuffer
 
clear() - Method in interface com.atlassian.core.task.TaskQueue
Throw away all the tasks in the queue
Clock - Interface in com.atlassian.core.util
Convenient way to allow test classes to tell another class to use a different idea of what the time is - allows much easier testing of time-based functions.
clone() - Method in class com.atlassian.core.bean.EntityObject
 
close(Statement) - Static method in class com.atlassian.core.db.JDBCUtils
 
close(ResultSet) - Static method in class com.atlassian.core.db.JDBCUtils
 
close(Connection) - Static method in class com.atlassian.core.db.JDBCUtils
 
close() - Method in class com.atlassian.core.filters.gzip.GzipResponseStream
 
close() - Method in class com.atlassian.core.logging.ThreadLocalErrorLogAppender
 
close() - Method in class com.atlassian.core.spool.DeferredFileOutputStream
Closes underlying output stream, and mark this as closed
close() - Method in class com.atlassian.core.spool.SpoolFileInputStream
 
closed - Variable in class com.atlassian.core.filters.gzip.GzipResponseStream
 
closed() - Method in class com.atlassian.core.filters.gzip.GzipResponseStream
 
closed - Variable in class com.atlassian.core.spool.DeferredFileOutputStream
True when close() has been called successfully.
COLOR_TYPE_BLACK_AND_WHITE - Static variable in class com.atlassian.core.util.bean.ImageInfo
 
COLOR_TYPE_GRAYSCALE - Static variable in class com.atlassian.core.util.bean.ImageInfo
 
COLOR_TYPE_PALETTED - Static variable in class com.atlassian.core.util.bean.ImageInfo
 
COLOR_TYPE_TRUECOLOR_RGB - Static variable in class com.atlassian.core.util.bean.ImageInfo
 
COLOR_TYPE_UNKNOWN - Static variable in class com.atlassian.core.util.bean.ImageInfo
 
com.atlassian.core - package com.atlassian.core
 
com.atlassian.core.action - package com.atlassian.core.action
 
com.atlassian.core.bean - package com.atlassian.core.bean
 
com.atlassian.core.db - package com.atlassian.core.db
 
com.atlassian.core.exception - package com.atlassian.core.exception
 
com.atlassian.core.filters - package com.atlassian.core.filters
 
com.atlassian.core.filters.gzip - package com.atlassian.core.filters.gzip
 
com.atlassian.core.logging - package com.atlassian.core.logging
 
com.atlassian.core.propertyset - package com.atlassian.core.propertyset
 
com.atlassian.core.spool - package com.atlassian.core.spool
 
com.atlassian.core.task - package com.atlassian.core.task
 
com.atlassian.core.task.longrunning - package com.atlassian.core.task.longrunning
 
com.atlassian.core.user - package com.atlassian.core.user
 
com.atlassian.core.user.preferences - package com.atlassian.core.user.preferences
 
com.atlassian.core.util - package com.atlassian.core.util
 
com.atlassian.core.util.bean - package com.atlassian.core.util.bean
 
com.atlassian.core.util.collection - package com.atlassian.core.util.collection
 
com.atlassian.core.util.filter - package com.atlassian.core.util.filter
 
com.atlassian.core.util.map - package com.atlassian.core.util.map
 
com.atlassian.core.util.thumbnail - package com.atlassian.core.util.thumbnail
 
com.atlassian.core.util.xml - package com.atlassian.core.util.xml
 
com.atlassian.core.util.zip - package com.atlassian.core.util.zip
 
compare(Object, Object) - Method in class com.atlassian.core.user.BestNameComparator
 
compare(Object, Object) - Method in class com.atlassian.core.user.BestNameComparator2
 
compare(Object, Object) - Method in class com.atlassian.core.user.FullNameComparator
 
compare(Object, Object) - Method in class com.atlassian.core.util.LocaleComparator
 
contains(String, List) - Static method in class com.atlassian.core.util.StringUtils
Tests to see is a string contains any of the string in the list passed
copy(InputStream, OutputStream) - Static method in class com.atlassian.core.util.FileUtils
Copy bytes from an InputStream to an OutputStream.
copy(InputStream, OutputStream, int) - Static method in class com.atlassian.core.util.FileUtils
Copy bytes from an InputStream to an OutputStream.
copyDirectory(File, File) - Static method in class com.atlassian.core.util.FileUtils
Copies all files from srcDir to destDir.
copyDirectory(File, File, boolean) - Static method in class com.atlassian.core.util.FileUtils
 
copyFile(File, File) - Static method in class com.atlassian.core.util.FileUtils
Copy file from source to destination.
copyFile(File, File, boolean) - Static method in class com.atlassian.core.util.FileUtils
 
copyFile(InputStream, File) - Static method in class com.atlassian.core.util.FileUtils
 
copyFile(InputStream, File, boolean) - Static method in class com.atlassian.core.util.FileUtils
 
createCommaSeperatedString(Collection) - Static method in class com.atlassian.core.util.StringUtils
Create a String of comma seperated entries from a Collection.
createList(int) - Static method in class com.atlassian.core.util.collection.EasyList
 
createMap(int) - Static method in class com.atlassian.core.util.map.EasyMap
 
createNewFile() - Method in class com.atlassian.core.spool.DefaultSpoolFileFactory
 
createNewFile() - Method in interface com.atlassian.core.spool.FileFactory
Create a new file based on the strategy of the factory.
createOutputStream() - Method in class com.atlassian.core.filters.gzip.GzipResponseWrapper
 
createUser(String, String) - Static method in class com.atlassian.core.user.UserUtils
This method is used when a user is created automatically, or by another user (for example an administrator).
createUser(String, String, String) - Static method in class com.atlassian.core.user.UserUtils
This method is used when a user is created automatically, or by another user (for example an administrator).
createUser(String, String, String, String) - Static method in class com.atlassian.core.user.UserUtils
Generic method which actually creates users, and fires the given event
createUser(String, String, String, String, Collection) - Static method in class com.atlassian.core.user.UserUtils
 
createZipFile(File, File) - Static method in class com.atlassian.core.util.FileUtils
Create a zip file of a given directory.
crop(String, int, String) - Static method in class com.atlassian.core.util.StringUtils
Crop a string if it is longer than a certain length, adding the specified suffix.

A B C D E F G H I J L M N O P R S T U V W X Y

Atlassian Core is developed by Atlassian Software Systems.