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

I

identical(PropertySet, PropertySet) - Static method in class com.atlassian.core.util.PropertyUtils
Check to see if the two propertySet contain the same values and types NOTE If both PropertySets are null then true is returned
ImageInfo - Class in com.atlassian.core.util.bean
Get file format, image resolution, number of bits per pixel and optionally number of images, comments and physical resolution from JPEG, GIF, BMP, PCX, PNG, IFF, RAS, PBM, PGM, PPM, PSD and SWF files (or input streams).
ImageInfo() - Constructor for class com.atlassian.core.util.bean.ImageInfo
 
ImageInfo - Class in com.atlassian.core.util
Get file format, image resolution, number of bits per pixel and optionally number of images, comments and physical resolution from JPEG, GIF, BMP, PCX, PNG, IFF, RAS, PBM, PGM, PPM, PSD and SWF files (or input streams).
ImageInfo() - Constructor for class com.atlassian.core.util.ImageInfo
 
incrementCounter() - Method in class com.atlassian.core.util.ProgressWrapper
 
incrementCounter(String) - Method in class com.atlassian.core.util.ProgressWrapper
 
InfrastructureException - Exception in com.atlassian.core.exception
 
InfrastructureException(Throwable) - Constructor for exception com.atlassian.core.exception.InfrastructureException
 
InfrastructureException(String) - Constructor for exception com.atlassian.core.exception.InfrastructureException
 
InfrastructureException(String, Throwable) - Constructor for exception com.atlassian.core.exception.InfrastructureException
 
init(FilterConfig) - Method in class com.atlassian.core.filters.AbstractEncodingFilter
 
init(FilterConfig) - Method in class com.atlassian.core.filters.AbstractFilter
 
init(FilterConfig) - Method in class com.atlassian.core.filters.ExpiresFilter
 
init(FilterConfig) - Method in class com.atlassian.core.filters.gzip.GzipFilter
 
init(Map) - Method in interface com.atlassian.core.Initable
 
init(Map, Map) - Method in class com.atlassian.core.propertyset.CachingPropertySet
Args required are: PropertySet - the PropertySet being decorated serializableName - the name of the serializable PropertySet to use for the 'property cache' (optional - defaults to 'serializable') bulkload - a Boolean determining whether or not to bulk load all of the properties into the cache upon startup
Initable - Interface in com.atlassian.core
 
installedLocales - Variable in class com.atlassian.core.util.LocaleUtils
 
instantiateClass(Class, Object[]) - Static method in class com.atlassian.core.util.ClassHelper
 
instantiateClass(String, Object[]) - Static method in class com.atlassian.core.util.ClassHelper
 
InvalidDurationException - Exception in com.atlassian.core.util
 
InvalidDurationException() - Constructor for exception com.atlassian.core.util.InvalidDurationException
 
InvalidDurationException(String) - Constructor for exception com.atlassian.core.util.InvalidDurationException
 
InvalidDurationException(Exception) - Constructor for exception com.atlassian.core.util.InvalidDurationException
 
InvalidDurationException(String, Exception) - Constructor for exception com.atlassian.core.util.InvalidDurationException
 
isClosed() - Method in class com.atlassian.core.spool.DeferredSpoolFileOutputStream
 
isComplete() - Method in class com.atlassian.core.task.longrunning.AbstractLongRunningTask
 
isComplete() - Method in interface com.atlassian.core.task.longrunning.LongRunningTask
 
isCompletedSuccessfully() - Method in class com.atlassian.core.util.ProgressMeter
 
isContainsOneBlank(String[]) - Static method in class com.atlassian.core.util.collection.ArrayUtils
Checks if the array is not null, and contains one and only one element, which is blank (see StringUtils.isBlank(java.lang.String))
isDifferent(Object, Object) - Static method in class com.atlassian.core.util.ObjectUtils
 
isEmpty() - Static method in class com.atlassian.core.logging.ThreadLocalErrorCollection
 
isEnabled() - Static method in class com.atlassian.core.logging.ThreadLocalErrorCollection
 
isFileSupportedImage(File) - Method in class com.atlassian.core.util.thumbnail.Thumber
 
isFileSupportedImage(InputStream) - Method in class com.atlassian.core.util.thumbnail.Thumber
 
isFlushing() - Method in class com.atlassian.core.task.AbstractTaskQueue
 
isFlushing() - Method in interface com.atlassian.core.task.TaskQueue
Returns true if the queue is currently flushing or false otherwise
isGoodBrowser(HttpServletRequest) - Static method in class com.atlassian.core.util.WebRequestUtils
 
isIdentical(Object, Object) - Static method in class com.atlassian.core.util.ObjectUtils
 
isIncluded(Object) - Method in interface com.atlassian.core.util.filter.Filter
Should an object be allowed through the filter?
isIncluded(Object) - Method in class com.atlassian.core.util.filter.FilterChain
 
isInMemory() - Method in class com.atlassian.core.spool.DeferredFileOutputStream
Determines whether or not the data for this output stream has been retained in memory.
isNonCachableUri(HttpServletRequest) - Method in class com.atlassian.core.filters.AbstractEncodingFilter
 
isNotEmpty(Object) - Static method in class com.atlassian.core.util.ObjectUtils
Similar to StringUtils.isNotEmpty(java.lang.String) but accepts a Sttring.
ISO8601DateFormat - Static variable in class com.atlassian.core.util.DateUtils
Date Format to be used for internal logging operations
isProgressive() - Method in class com.atlassian.core.util.bean.ImageInfo
Returns whether the image is stored in a progressive (also called: interlaced) way.
isProgressive() - Method in class com.atlassian.core.util.ImageInfo
Returns whether the image is stored in a progressive (also called: interlaced) way.
isSettable(String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
isStringAllASCII(String) - Static method in class com.atlassian.core.util.StringUtils
Tests if all the characters in the string is an ASCII character
isStringISO_8859_1(String) - Static method in class com.atlassian.core.util.StringUtils
 
isStringOfCharSet(String, String) - Static method in class com.atlassian.core.util.StringUtils
Checks if all the characters in the string are from the specified character set
isStyleSheet(HttpServletRequest) - Method in class com.atlassian.core.filters.gzip.GzipFilter
stylesheets are not to be decorated (internet explorer bug)
isSuccessful() - Method in class com.atlassian.core.task.longrunning.AbstractLongRunningTask
 
isSuccessful() - Method in interface com.atlassian.core.task.longrunning.LongRunningTask
 
isTopLevelRequest(HttpServletRequest) - Method in class com.atlassian.core.filters.gzip.GzipFilter
 
isUnspooling() - Method in class com.atlassian.core.spool.DeferredSpoolFileOutputStream
 
isValidImage() - Method in class com.atlassian.core.util.bean.ImageInfo
Call this method after you have provided an input stream or file using ImageInfo.setInput(InputStream) or ImageInfo.setInput(DataInput).

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.