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

A

AbstractCachingFilter - Class in com.atlassian.core.filters.cache
Uses a list of caching strategies provided by the subclass, applying the first one which matches.
AbstractCachingFilter() - Constructor for class com.atlassian.core.filters.cache.AbstractCachingFilter
 
AbstractEncodingFilter - Class in com.atlassian.core.filters
 
AbstractEncodingFilter() - Constructor for class com.atlassian.core.filters.AbstractEncodingFilter
 
AbstractEncodingFilter - Class in com.atlassian.core.filters.encoding
Sets the encoding of request and response to a value defined by the application, and prevents later changes to it by wrapping the response in a FixedHtmlEncodingResponseWrapper.
AbstractEncodingFilter() - Constructor for class com.atlassian.core.filters.encoding.AbstractEncodingFilter
 
AbstractErrorQueuedTaskQueue - Class in com.atlassian.core.task
Created by IntelliJ IDEA.
AbstractErrorQueuedTaskQueue(TaskQueue, FifoBuffer) - Constructor for class com.atlassian.core.task.AbstractErrorQueuedTaskQueue
 
AbstractErrorQueuedTaskQueue.TaskDecorator - Class in com.atlassian.core.task
 
AbstractErrorQueuedTaskQueue.TaskDecorator(Task) - Constructor for class com.atlassian.core.task.AbstractErrorQueuedTaskQueue.TaskDecorator
 
AbstractFilter - Class in com.atlassian.core.filters
Deprecated. since 4.0 use AbstractHttpFilter instead, which also does some casting for you.
AbstractFilter() - Constructor for class com.atlassian.core.filters.AbstractFilter
Deprecated.  
AbstractHttpFilter - Class in com.atlassian.core.filters
Provides default implementations of AbstractHttpFilter.init(FilterConfig) and AbstractHttpFilter.destroy(), and a doFilter method that casts to HttpServletRequest and HttpServletResponse.
AbstractHttpFilter() - Constructor for class com.atlassian.core.filters.AbstractHttpFilter
 
AbstractLongRunningTask - Class in com.atlassian.core.task.longrunning
 
AbstractLongRunningTask() - Constructor for class com.atlassian.core.task.longrunning.AbstractLongRunningTask
 
AbstractNoOpServlet - Class in com.atlassian.core.servlet
NoOpServlet is a dummy servlet used only to provide a servlet mapping for url patterns that dont have any.
AbstractNoOpServlet() - Constructor for class com.atlassian.core.servlet.AbstractNoOpServlet
 
AbstractTaskQueue - Class in com.atlassian.core.task
Created by IntelliJ IDEA.
AbstractTaskQueue(FifoBuffer) - Constructor for class com.atlassian.core.task.AbstractTaskQueue
 
acquire() - Method in class com.atlassian.core.util.Semaphore
Wait until a permit is available, and take one
add(int, int) - Method in class com.atlassian.core.bean.MathBean
 
add(long, LoggingEvent) - Static method in class com.atlassian.core.logging.ThreadLocalErrorCollection
 
add(Object) - Method in interface com.atlassian.core.task.FifoBuffer
Add an Object to the buffer
add(Object) - Method in class com.atlassian.core.task.LocalFifoBuffer
 
add(String[], String) - Static method in class com.atlassian.core.util.collection.ArrayUtils
Adds a string to an array and resizes the array.
addCookie(Cookie) - Method in class com.atlassian.core.filters.HeaderSanitisingResponseWrapper
Sanitises cookie value before adding it to the response.
addDateHeader(String, long) - Method in class com.atlassian.core.filters.HeaderSanitisingResponseWrapper
 
addFilter(Filter) - Method in class com.atlassian.core.util.filter.FilterChain
 
addHeader(String, String) - Method in class com.atlassian.core.filters.HeaderSanitisingResponseWrapper
 
addHeader(String, String) - Method in class com.atlassian.core.filters.legacy.NoContentLocationHeaderResponseWrapper
If the header name is "Content-Location", the header is not added to.
addIntHeader(String, int) - Method in class com.atlassian.core.filters.HeaderSanitisingResponseWrapper
 
addMockFile(String, File) - Static method in class com.atlassian.core.util.FileFactory
 
addTask(Task) - Method in class com.atlassian.core.task.AbstractErrorQueuedTaskQueue
 
addTask(Task) - Method in class com.atlassian.core.task.AbstractTaskQueue
 
addTask(String, Task) - Method in class com.atlassian.core.task.DefaultMultiQueueTaskManager
 
addTask(Task) - Method in class com.atlassian.core.task.DefaultTaskManager
 
addTask(String, Task) - Method in interface com.atlassian.core.task.MultiQueueTaskManager
 
addTask(Task) - Method in interface com.atlassian.core.task.TaskManager
 
addTask(Task) - Method in interface com.atlassian.core.task.TaskQueue
Adds a task to the end of the queue
addTaskQueue(String, TaskQueue) - Method in class com.atlassian.core.task.DefaultMultiQueueTaskManager
 
addTaskQueue(String, TaskQueue) - Method in interface com.atlassian.core.task.MultiQueueTaskManager
 
ADVANCED_MODE - Static variable in class com.atlassian.core.cron.CronEditorBean
 
AM - Static variable in class com.atlassian.core.util.DateUtils
 
append(LoggingEvent) - Method in class com.atlassian.core.logging.ThreadLocalErrorLogAppender
 
ArrayUtils - Class in com.atlassian.core.util.collection
Collection of useful Array methods
ArrayUtils() - Constructor for class com.atlassian.core.util.collection.ArrayUtils
 
AtlassianCoreException - Exception in com.atlassian.core
 
AtlassianCoreException() - Constructor for exception com.atlassian.core.AtlassianCoreException
 
AtlassianCoreException(String) - Constructor for exception com.atlassian.core.AtlassianCoreException
 
AtlassianCoreException(Throwable) - Constructor for exception com.atlassian.core.AtlassianCoreException
 
AtlassianCoreException(String, Throwable) - Constructor for exception com.atlassian.core.AtlassianCoreException
 
attempt(long) - Method in class com.atlassian.core.util.Semaphore
Wait at most msecs millisconds for a permit.

B

BestNameComparator - Class in com.atlassian.core.user
This comparator tries to compare two users based on their 'best name' ie their full name if possible, otherwise their username.
BestNameComparator() - Constructor for class com.atlassian.core.user.BestNameComparator
 
BestNameComparator2 - Class in com.atlassian.core.user
This comparator tries to compare two users based on their 'best name' ie their full name if possible, otherwise their username.
BestNameComparator2() - Constructor for class com.atlassian.core.user.BestNameComparator2
 
BOMBYTES - Static variable in class com.atlassian.core.util.xml.BOMZipFileInputStream
 
BOMZipFileInputStream - Class in com.atlassian.core.util.xml
An input streams that handles Unicode Byte-Order Mark (BOM) marker within a normal file as well as a ZIP file.
BOMZipFileInputStream(String) - Constructor for class com.atlassian.core.util.xml.BOMZipFileInputStream
 
buffer - Variable in class com.atlassian.core.task.AbstractTaskQueue
 
BufferedFileSpool - Class in com.atlassian.core.spool
Spool bytes via buffered file streams.
BufferedFileSpool() - Constructor for class com.atlassian.core.spool.BufferedFileSpool
 
build(Object[]) - Static method in class com.atlassian.core.util.collection.EasyList
 
build() - Static method in class com.atlassian.core.util.collection.EasyList
 
build(Object) - Static method in class com.atlassian.core.util.collection.EasyList
 
build(Object, Object) - Static method in class com.atlassian.core.util.collection.EasyList
 
build(Object, Object, Object) - Static method in class com.atlassian.core.util.collection.EasyList
 
build(Object, Object, Object, Object) - Static method in class com.atlassian.core.util.collection.EasyList
 
build(Object, Object, Object, Object, Object) - Static method in class com.atlassian.core.util.collection.EasyList
 
build(Object, Object, Object, Object, Object, Object) - Static method in class com.atlassian.core.util.collection.EasyList
 
build(Object, Object, Object, Object, Object, Object, Object) - Static method in class com.atlassian.core.util.collection.EasyList
 
build(Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class com.atlassian.core.util.collection.EasyList
 
build(Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class com.atlassian.core.util.collection.EasyList
 
build(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class com.atlassian.core.util.collection.EasyList
 
build(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class com.atlassian.core.util.collection.EasyList
 
build(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class com.atlassian.core.util.collection.EasyList
 
build(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class com.atlassian.core.util.collection.EasyList
 
build(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class com.atlassian.core.util.collection.EasyList
 
build(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class com.atlassian.core.util.collection.EasyList
 
build(Collection) - Static method in class com.atlassian.core.util.collection.EasyList
 
build() - Static method in class com.atlassian.core.util.map.EasyMap
 
build(Object, Object) - Static method in class com.atlassian.core.util.map.EasyMap
 
build(Object, Object, Object, Object) - Static method in class com.atlassian.core.util.map.EasyMap
 
build(Object, Object, Object, Object, Object, Object) - Static method in class com.atlassian.core.util.map.EasyMap
 
build(Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class com.atlassian.core.util.map.EasyMap
 
build(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class com.atlassian.core.util.map.EasyMap
 
build(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class com.atlassian.core.util.map.EasyMap
 
build(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class com.atlassian.core.util.map.EasyMap
 
build(Object...) - Static method in class com.atlassian.core.util.map.EasyMap
Takes a variable number of objects to build a map
buildNonNull(Object[]) - Static method in class com.atlassian.core.util.collection.EasyList
 
buildNonNull(Collection) - Static method in class com.atlassian.core.util.collection.EasyList
 
buildNonNull(Object) - Static method in class com.atlassian.core.util.collection.EasyList
 
buildNull() - Static method in class com.atlassian.core.util.collection.EasyList
Creates a list with one null value.
ByteArraySpool - Class in com.atlassian.core.spool
A very simple spool that uses a ByteArray buffer.
ByteArraySpool() - Constructor for class com.atlassian.core.spool.ByteArraySpool
 

C

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
 
CachingStrategy - Interface in com.atlassian.core.filters.cache
A strategy for the AbstractCachingFilter.
changePassword(User, String) - Static method in class com.atlassian.core.user.UserUtils
Changes the password for a given user.
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).
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.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.spool.DeferredFileOutputStream
True when close() has been called successfully.
com.atlassian.core - package com.atlassian.core
 
com.atlassian.core.bean - package com.atlassian.core.bean
 
com.atlassian.core.cron - package com.atlassian.core.cron
 
com.atlassian.core.cron.generator - package com.atlassian.core.cron.generator
 
com.atlassian.core.cron.parser - package com.atlassian.core.cron.parser
 
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.cache - package com.atlassian.core.filters.cache
 
com.atlassian.core.filters.encoding - package com.atlassian.core.filters.encoding
 
com.atlassian.core.filters.legacy - package com.atlassian.core.filters.legacy
 
com.atlassian.core.i18n - package com.atlassian.core.i18n
 
com.atlassian.core.logging - package com.atlassian.core.logging
 
com.atlassian.core.propertyset - package com.atlassian.core.propertyset
 
com.atlassian.core.servlet - package com.atlassian.core.servlet
 
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.test.util - package com.atlassian.core.test.util
 
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
Deprecated. since 3.18 use IOUtils.copy(InputStream, OutputStream)
copy(InputStream, OutputStream, int) - Static method in class com.atlassian.core.util.FileUtils
Deprecated. since 3.18 use IOUtils.copy(InputStream, 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
Copies a file to a new location, optionally overwriting an existing file in the new location.
copyFile(InputStream, File) - Static method in class com.atlassian.core.util.FileUtils
Save an input stream to a file.
copyFile(InputStream, File, boolean) - Static method in class com.atlassian.core.util.FileUtils
Save an input stream to a file, optionally overwriting the file if is exists.
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.
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
Creates a new user with given attributes and associates the user with given collection of groups.
createZipFile(File, File) - Static method in class com.atlassian.core.util.FileUtils
Create a zip file of a given directory.
CronDayOfWeekEntry - Class in com.atlassian.core.cron.parser
Parser for the day of week part of a cron string.
CronDayOfWeekEntry(String) - Constructor for class com.atlassian.core.cron.parser.CronDayOfWeekEntry
Parses the given cron entry.
CronEditorBean - Class in com.atlassian.core.cron
Represents the form state for the CronEditorWebComponent.
CronEditorBean() - Constructor for class com.atlassian.core.cron.CronEditorBean
 
CronEditorBean(String, Map) - Constructor for class com.atlassian.core.cron.CronEditorBean
Initialises to the state defined by the given params, which are identified by the presence of paramPrefix on the key.
CronExpressionDescriptor - Class in com.atlassian.core.cron.generator
Describes Cron Expressions in human readable text.
CronExpressionDescriptor(I18nTextProvider) - Constructor for class com.atlassian.core.cron.generator.CronExpressionDescriptor
Creates a Descriptor for
CronExpressionGenerator - Class in com.atlassian.core.cron.generator
Used to generate a cron string based on the state of a CronEditorBean.
CronExpressionGenerator() - Constructor for class com.atlassian.core.cron.generator.CronExpressionGenerator
 
CronExpressionParser - Class in com.atlassian.core.cron.parser
Represents a cron string with accessor methods to get at the individual fields.
CronExpressionParser() - Constructor for class com.atlassian.core.cron.parser.CronExpressionParser
Creates a parser in default state using CronExpressionParser.DEFAULT_CRONSTRING.
CronExpressionParser(String) - Constructor for class com.atlassian.core.cron.parser.CronExpressionParser
Parses the given cronString to establish the state of this CronExpressionParser.
CronHoursEntry - Class in com.atlassian.core.cron.parser
Represents the hours part of a cron string.
CronHoursEntry(String) - Constructor for class com.atlassian.core.cron.parser.CronHoursEntry
Parses the given value and establishes state based on this.
CronMinutesEntry - Class in com.atlassian.core.cron.parser
Represents the minutes part of a cron string.
CronMinutesEntry(String) - Constructor for class com.atlassian.core.cron.parser.CronMinutesEntry
Parses the given minute field into this CronMinutesEntry state.
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.

D

DAILY_SPEC_MODE - Static variable in class com.atlassian.core.cron.CronEditorBean
 
DataUtils - Class in com.atlassian.core.util
 
DataUtils() - Constructor for class com.atlassian.core.util.DataUtils
 
dateDifference(long, long, long, ResourceBundle) - Static method in class com.atlassian.core.util.DateUtils
Resolution is the degree of difference.
dateDifferenceBean(long, long, long, ResourceBundle) - Method in class com.atlassian.core.util.DateUtils
 
DatedLoggingEvent - Class in com.atlassian.core.logging
 
DatedLoggingEvent(long, LoggingEvent) - Constructor for class com.atlassian.core.logging.DatedLoggingEvent
 
DateUtils - Class in com.atlassian.core.util
 
DateUtils(ResourceBundle) - Constructor for class com.atlassian.core.util.DateUtils
 
DateUtils.DateRange - Class in com.atlassian.core.util
 
DateUtils.DateRange(Date, Date) - Constructor for class com.atlassian.core.util.DateUtils.DateRange
 
DateUtils.Duration - Enum in com.atlassian.core.util
 
DAY_MILLIS - Static variable in class com.atlassian.core.util.DateUtils
 
DAYS_OF_MONTH_SPEC_MODE - Static variable in class com.atlassian.core.cron.CronEditorBean
 
DAYS_OF_WEEK_SPEC_MODE - Static variable in class com.atlassian.core.cron.CronEditorBean
 
DEFAULT_CRONSTRING - Static variable in class com.atlassian.core.cron.parser.CronExpressionParser
Cron string that puts the editor into the default state.
DEFAULT_LIMIT - Static variable in class com.atlassian.core.logging.ThreadLocalErrorCollection
 
DefaultMultiQueueTaskManager - Class in com.atlassian.core.task
A TaskManager implementation that manages multiple queues
DefaultMultiQueueTaskManager(String, TaskQueue) - Constructor for class com.atlassian.core.task.DefaultMultiQueueTaskManager
 
DefaultMultiQueueTaskManager(Map) - Constructor for class com.atlassian.core.task.DefaultMultiQueueTaskManager
 
DefaultPreferences - Class in com.atlassian.core.user.preferences
 
DefaultPreferences() - Constructor for class com.atlassian.core.user.preferences.DefaultPreferences
 
DefaultSpoolFileFactory - Class in com.atlassian.core.spool
Default file factory for spooling.
DefaultSpoolFileFactory() - Constructor for class com.atlassian.core.spool.DefaultSpoolFileFactory
 
DefaultTaskManager - Class in com.atlassian.core.task
Default implementation of a TaskManager.
DefaultTaskManager(TaskQueue) - Constructor for class com.atlassian.core.task.DefaultTaskManager
 
DefaultTaskQueue - Class in com.atlassian.core.task
The default implementation of TaskQueue.
DefaultTaskQueue() - Constructor for class com.atlassian.core.task.DefaultTaskQueue
 
DeferredFileOutputStream - Class in com.atlassian.core.spool
An output stream which will retain data in memory until a specified threshold is reached, and only then commit it to disk.
DeferredFileOutputStream(int, File) - Constructor for class com.atlassian.core.spool.DeferredFileOutputStream
Constructs an instance of this class which will trigger an event at the specified threshold, and save data to a file beyond that point.
DeferredSpool - Class in com.atlassian.core.spool
Thresholding spool that uses a DeferredSpoolFileOutputStream for spooling, allowing for a balance between memory usage and speed.
DeferredSpool() - Constructor for class com.atlassian.core.spool.DeferredSpool
 
DeferredSpoolFileOutputStream - Class in com.atlassian.core.spool
This specialisation of DeferredFileOutputStream may be configured with a FileFactory so that files are only created once the deferred threshold is reached.
DeferredSpoolFileOutputStream(int, File) - Constructor for class com.atlassian.core.spool.DeferredSpoolFileOutputStream
Create a new DeferredSpoolFileOutputStream with the specified threshold and deferred file
DeferredSpoolFileOutputStream(int, FileFactory) - Constructor for class com.atlassian.core.spool.DeferredSpoolFileOutputStream
Create a new DeferredSpoolFileOutputStream with the specified threshold and file factory.
deleteDir(File) - Static method in class com.atlassian.core.util.FileUtils
safely performs a recursive delete on a directory
destroy() - Method in class com.atlassian.core.filters.AbstractFilter
Deprecated.  
destroy() - Method in class com.atlassian.core.filters.AbstractHttpFilter
Default implementation which does nothing.
destroy() - Method in class com.atlassian.core.filters.cache.AbstractCachingFilter
 
determineScaleSize(int, int, int, int) - Method in class com.atlassian.core.util.thumbnail.Thumber
 
disable() - Static method in class com.atlassian.core.logging.ThreadLocalErrorCollection
 
divide(int, int) - Method in class com.atlassian.core.bean.MathBean
 
divide(long, long) - Method in class com.atlassian.core.bean.MathBean
 
doArchive() - Method in class com.atlassian.core.util.zip.FolderArchiver
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.core.filters.AbstractEncodingFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.core.filters.AbstractHttpFilter
If this is an HTTP request, delegates to AbstractHttpFilter.doFilter(HttpServletRequest, HttpServletResponse, FilterChain).
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.core.filters.AbstractHttpFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.core.filters.cache.AbstractCachingFilter
Before processing the filter chain, iterates through the caching strategies returned by AbstractCachingFilter.getCachingStrategies() and applies the first one that matches.
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.core.filters.encoding.AbstractEncodingFilter
Sets the encoding of the request and the content-type of the response (which includes the charset parameter) based on the values returned from the template methods.
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.core.filters.ExpiresFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.core.filters.HeaderSanitisingFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.core.filters.ProfilingAndErrorFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.core.filters.ServletContextThreadLocalFilter
 
Dom4jUtil - Class in com.atlassian.core.util
 
Dom4jUtil() - Constructor for class com.atlassian.core.util.Dom4jUtil
 
DOT - Static variable in class com.atlassian.core.cron.CronEditorBean
 
DuckTypeProxy - Class in com.atlassian.core.test.util
Utility for getting a proxy that delegates to a list of delegates in order.
DuckTypeProxy() - Constructor for class com.atlassian.core.test.util.DuckTypeProxy
 
DuckTypeProxy.UnimplementedMethodHandler - Interface in com.atlassian.core.test.util
 

E

EasyList - Class in com.atlassian.core.util.collection
A replacement for UtilMisc.toList().
EasyList() - Constructor for class com.atlassian.core.util.collection.EasyList
 
EasyMap - Class in com.atlassian.core.util.map
A replacement for UtilMisc.toMap().
EasyMap() - Constructor for class com.atlassian.core.util.map.EasyMap
 
enable() - Static method in class com.atlassian.core.logging.ThreadLocalErrorCollection
 
endDate - Variable in class com.atlassian.core.util.DateUtils.DateRange
 
ensureFileAndPathExist(File) - Static method in class com.atlassian.core.util.FileUtils
Check that a given file and its parent directories exist - will create blank file and all directories if necessary.
EntityObject - Class in com.atlassian.core.bean
Common superclass for persistent entities: provides a long key, and creation/modification dates.
EntityObject() - Constructor for class com.atlassian.core.bean.EntityObject
 
equals(Object) - Method in class com.atlassian.core.bean.EntityObject
 
equals(Object) - Method in class com.atlassian.core.cron.parser.MeridianHour
 
equals(Object) - Method in class com.atlassian.core.user.preferences.UserPreferences
 
equals(Object) - Method in class com.atlassian.core.util.PairType
 
equalsIgnoreLineTerminators(String, String) - Static method in class com.atlassian.core.util.StringUtils
 
equalTimestamps(Timestamp, Timestamp) - Static method in class com.atlassian.core.util.DateUtils
compares if these two timestamps are within 10 milliseconds of each other (precision error)
ErrorQueuedTaskQueue - Class in com.atlassian.core.task
 
ErrorQueuedTaskQueue() - Constructor for class com.atlassian.core.task.ErrorQueuedTaskQueue
 
escape(String, XMLUtils.TransformPolicy) - Static method in class com.atlassian.core.util.XMLUtils
Escapes a string so it may be returned as text content or attribute value.
escape(String) - Static method in class com.atlassian.core.util.XMLUtils
Escape an XML string using a default policy of replacing invalid XML characters.
escape(char) - Static method in class com.atlassian.core.util.XMLUtils
If there is a suitable entity reference for this character, return it.
escape(char, XMLUtils.TransformPolicy) - Static method in class com.atlassian.core.util.XMLUtils
Escape XML characters with a user specified transformation policy for invalid characters.
escapeCP1252(String, String) - Static method in class com.atlassian.core.util.StringUtils
replaces "smart quotes" and other problematic characters that appear in JIRA when data is cut and pasted from a Microsoft word document.
escapeForCdata(String) - Static method in class com.atlassian.core.util.XMLUtils
 
execute() - Method in class com.atlassian.core.task.AbstractErrorQueuedTaskQueue.TaskDecorator
 
execute() - Method in interface com.atlassian.core.task.Task
The execute method is used to invoke the task.
exists(String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
existsGroup(String) - Static method in class com.atlassian.core.user.GroupUtils
A simple method to tell if a group already exists or not
existsUser(String) - Static method in class com.atlassian.core.user.UserUtils
Checks if a user with given username exists.
ExpiresFilter - Class in com.atlassian.core.filters
 
ExpiresFilter() - Constructor for class com.atlassian.core.filters.ExpiresFilter
 

F

FifoBuffer - Interface in com.atlassian.core.task
 
FileFactory - Interface in com.atlassian.core.spool
Simple strategy interface for creating new files
FileFactory - Class in com.atlassian.core.util
 
FileFactory() - Constructor for class com.atlassian.core.util.FileFactory
 
FileSize - Class in com.atlassian.core.util
A class that contains utility methods for formatting the size of files into human readable form.
FileSize() - Constructor for class com.atlassian.core.util.FileSize
 
FileSpool - Interface in com.atlassian.core.spool
Interface for file based spools.
FileUtils - Class in com.atlassian.core.util
 
FileUtils() - Constructor for class com.atlassian.core.util.FileUtils
 
Filter - Interface in com.atlassian.core.util.filter
Defines what objects should be filtered out of a list.
FilterChain - Class in com.atlassian.core.util.filter
Composite Filter that applies a series of filters in turn.
FilterChain() - Constructor for class com.atlassian.core.util.filter.FilterChain
 
filterIterator(Iterator) - Method in class com.atlassian.core.util.filter.ListFilter
Filter the contents of an iterator.
filterList(List) - Method in class com.atlassian.core.util.filter.ListFilter
Filter the contents of a list.
FilterUtils - Class in com.atlassian.core.util
 
FilterUtils() - Constructor for class com.atlassian.core.util.FilterUtils
 
FixedHtmlEncodingResponseWrapper - Class in com.atlassian.core.filters.encoding
Prevents the encoding of the response being changed with FixedHtmlEncodingResponseWrapper.setContentType(String).
FixedHtmlEncodingResponseWrapper(HttpServletResponse) - Constructor for class com.atlassian.core.filters.encoding.FixedHtmlEncodingResponseWrapper
 
flush() - Method in class com.atlassian.core.task.AbstractErrorQueuedTaskQueue
 
flush() - Method in class com.atlassian.core.task.AbstractTaskQueue
 
flush(String) - Method in class com.atlassian.core.task.DefaultMultiQueueTaskManager
 
flush() - Method in class com.atlassian.core.task.DefaultMultiQueueTaskManager
 
flush() - Method in class com.atlassian.core.task.DefaultTaskManager
 
flush(String) - Method in interface com.atlassian.core.task.MultiQueueTaskManager
 
flush() - Method in interface com.atlassian.core.task.MultiQueueTaskManager
 
flush() - Method in interface com.atlassian.core.task.TaskManager
 
flush() - Method in interface com.atlassian.core.task.TaskQueue
Will execute every task in the queue
flushMockFiles() - Static method in class com.atlassian.core.util.FileFactory
 
FolderArchiver - Class in com.atlassian.core.util.zip
 
FolderArchiver(File, File) - Constructor for class com.atlassian.core.util.zip.FolderArchiver
 
format(Long) - Static method in class com.atlassian.core.util.FileSize
Convenience method.
format(long) - Static method in class com.atlassian.core.util.FileSize
Format the size of a file in human readable form.
FORMAT_BMP - Static variable in class com.atlassian.core.util.bean.ImageInfo
Deprecated.  
FORMAT_BMP - Static variable in class com.atlassian.core.util.ImageInfo
Return value of ImageInfo.getFormat() for BMP streams.
FORMAT_GIF - Static variable in class com.atlassian.core.util.bean.ImageInfo
Deprecated.  
FORMAT_GIF - Static variable in class com.atlassian.core.util.ImageInfo
Return value of ImageInfo.getFormat() for GIF streams.
FORMAT_IFF - Static variable in class com.atlassian.core.util.bean.ImageInfo
Deprecated.  
FORMAT_IFF - Static variable in class com.atlassian.core.util.ImageInfo
Return value of ImageInfo.getFormat() for IFF streams.
FORMAT_JPEG - Static variable in class com.atlassian.core.util.bean.ImageInfo
Deprecated.  
FORMAT_JPEG - Static variable in class com.atlassian.core.util.ImageInfo
Return value of ImageInfo.getFormat() for JPEG streams.
FORMAT_PBM - Static variable in class com.atlassian.core.util.bean.ImageInfo
Deprecated.  
FORMAT_PBM - Static variable in class com.atlassian.core.util.ImageInfo
Return value of ImageInfo.getFormat() for PBM streams.
FORMAT_PCX - Static variable in class com.atlassian.core.util.bean.ImageInfo
Deprecated.  
FORMAT_PCX - Static variable in class com.atlassian.core.util.ImageInfo
Return value of ImageInfo.getFormat() for PCX streams.
FORMAT_PGM - Static variable in class com.atlassian.core.util.bean.ImageInfo
Deprecated.  
FORMAT_PGM - Static variable in class com.atlassian.core.util.ImageInfo
Return value of ImageInfo.getFormat() for PGM streams.
FORMAT_PNG - Static variable in class com.atlassian.core.util.bean.ImageInfo
Deprecated.  
FORMAT_PNG - Static variable in class com.atlassian.core.util.ImageInfo
Return value of ImageInfo.getFormat() for PNG streams.
FORMAT_PPM - Static variable in class com.atlassian.core.util.bean.ImageInfo
Deprecated.  
FORMAT_PPM - Static variable in class com.atlassian.core.util.ImageInfo
Return value of ImageInfo.getFormat() for PPM streams.
FORMAT_PSD - Static variable in class com.atlassian.core.util.bean.ImageInfo
Deprecated.  
FORMAT_PSD - Static variable in class com.atlassian.core.util.ImageInfo
Return value of ImageInfo.getFormat() for PSD streams.
FORMAT_RAS - Static variable in class com.atlassian.core.util.bean.ImageInfo
Deprecated.  
FORMAT_RAS - Static variable in class com.atlassian.core.util.ImageInfo
Return value of ImageInfo.getFormat() for RAS streams.
FORMAT_SWF - Static variable in class com.atlassian.core.util.bean.ImageInfo
Deprecated.  
FORMAT_SWF - Static variable in class com.atlassian.core.util.ImageInfo
Return value of ImageInfo.getFormat() for SWF (Shockwave) streams.
formatDateISO8601(Date) - Static method in class com.atlassian.core.util.DateUtils
 
formatDurationPretty(long) - Method in class com.atlassian.core.util.DateUtils
This is used by the Velocity templates as a bean
formatDurationPretty(String) - Method in class com.atlassian.core.util.DateUtils
This is used by the Velocity templates as a bean
formatDurationString(long) - Method in class com.atlassian.core.util.DateUtils
This is used by the WebWork tags as a bean
FullNameComparator - Class in com.atlassian.core.user
 
FullNameComparator() - Constructor for class com.atlassian.core.user.FullNameComparator
 

G

get24HourTime(String, int) - Static method in class com.atlassian.core.util.DateUtils
 
getAllUsers() - Static method in class com.atlassian.core.user.UserUtils
 
getAsActualType(String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getAttachmentId() - Method in class com.atlassian.core.util.thumbnail.Thumbnail
the id of the attachment for which this is a thumbnail of
getAttributeWithDefault(Element, String, String) - Static method in class com.atlassian.core.util.XMLUtils
Get an attribute of a given element, with a default value if the attribute is not present or blank.
getBitsPerPixel() - Method in class com.atlassian.core.util.ImageInfo
If ImageInfo.check() was successful, returns the image's number of bits per pixel.
getBoolean(String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getBoolean(String) - Method in class com.atlassian.core.user.preferences.DefaultPreferences
 
getBoolean(String) - Method in interface com.atlassian.core.user.preferences.Preferences
 
getBoolean(String) - Method in class com.atlassian.core.user.preferences.UserPreferences
 
getBundle(String, Locale, Class) - Static method in class com.atlassian.core.util.ClassLoaderUtils
getBundle() version of getResource() (that checks against the same list of class loaders)
getCachingStrategies() - Method in class com.atlassian.core.filters.cache.AbstractCachingFilter
Subclasses should return an array of caching strategies to use.
getCalendarDay(int, int, int) - Static method in class com.atlassian.core.util.DateUtils
 
getComment(int) - Method in class com.atlassian.core.util.ImageInfo
Returns the index'th comment retrieved from the file.
getContainedText(Node, String) - Static method in class com.atlassian.core.util.XMLUtils
With a given parent XML Element, find the text contents of the child element with supplied name.
getContentType() - Method in class com.atlassian.core.filters.AbstractEncodingFilter
 
getContentType() - Method in class com.atlassian.core.filters.encoding.AbstractEncodingFilter
Return the content type to be used for the response, via ServletResponse.setContentType(String).
getContext() - Static method in class com.atlassian.core.filters.ServletContextThreadLocal
 
getCreationDate() - Method in class com.atlassian.core.bean.EntityObject
 
getCronEditorBean() - Method in class com.atlassian.core.cron.parser.CronExpressionParser
Will provide the CronEditorBean which represents the state of the form for the configured cron string.
getCronExpressionFromInput(CronEditorBean) - Method in class com.atlassian.core.cron.generator.CronExpressionGenerator
This is a utility method that will process the parameters that the view put into the form and create a cron string from the inputs.
getCronString() - Method in class com.atlassian.core.cron.CronEditorBean
Returns the cron string that the object was constructed with.
getCronString() - Method in class com.atlassian.core.cron.parser.CronExpressionParser
Returns the cron string that the object was constructed with.
getCurrentCount() - Method in class com.atlassian.core.util.ProgressMeter
 
getCurrentDate() - Method in class com.atlassian.core.bean.EntityObject
Consult the clock to get the current date.
getCurrentDate() - Method in interface com.atlassian.core.util.Clock
 
getCurrentPage(Collection) - Method in class com.atlassian.core.util.bean.PagerFilter
Get the current page out of a list of items - won't work well on any collection that isn't a list
getCurrentStatus() - Method in class com.atlassian.core.task.longrunning.AbstractLongRunningTask
 
getCurrentStatus() - Method in interface com.atlassian.core.task.longrunning.LongRunningTask
 
getData(String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getData() - Method in class com.atlassian.core.spool.DeferredFileOutputStream
Returns the data for this output stream as an array of bytes, assuming that the data has been retained in memory.
getDate() - Method in class com.atlassian.core.logging.DatedLoggingEvent
 
getDate(String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getDateDay(int, int, int) - Static method in class com.atlassian.core.util.DateUtils
 
getDayInMonthOrdinal() - Method in class com.atlassian.core.cron.CronEditorBean
Returns a number that represents the first, second third etc.
getDayInMonthOrdinal() - Method in class com.atlassian.core.cron.parser.CronDayOfWeekEntry
Returns a number that represents the first, second third etc.
getDayOfMonth() - Method in class com.atlassian.core.cron.CronEditorBean
Gets the day of month field specified in the cron string.
getDayOfMonth() - Method in class com.atlassian.core.cron.parser.CronExpressionParser
Gets the day of month field specified in the cron string.
getDaysAsNumbers() - Method in class com.atlassian.core.cron.parser.CronDayOfWeekEntry
Will create a comma separated list of the days' numeric values that are specifed by the cron string.
getDaysOfWeekEntry() - Method in class com.atlassian.core.cron.parser.CronExpressionParser
Gets the CronDayOfWeekEntry that represents the day of week cron field.
getDouble(String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getDuration(String) - Static method in class com.atlassian.core.util.DateUtils
Given a duration string, get the number of seconds it represents (all case insensitive): w = weeks d = days h = hours m = minutes If no category is specified, assume minutes.
Each field must be separated by a space, and they can come in any order.
getDuration(String, DateUtils.Duration) - Static method in class com.atlassian.core.util.DateUtils
Given a duration string, get the number of seconds it represents (all case insensitive): w = weeks d = days h = hours m = minutes ie 2h = 7200, 60m = 3600, 3d = 259200, 30m
getDuration(String, int, int) - Static method in class com.atlassian.core.util.DateUtils
This function retrieves a duration in seconds that depends on number of hours in a day and days in a week.
getDuration(String, int, int, DateUtils.Duration) - Static method in class com.atlassian.core.util.DateUtils
This function retrieves a duration in seconds that depends on number of hours in a day and days in a week
getDurationPretty(long, ResourceBundle) - Static method in class com.atlassian.core.util.DateUtils
Converts a number of seconds into a pretty formatted data string.
getDurationPretty(long, int, int, ResourceBundle) - Static method in class com.atlassian.core.util.DateUtils
Converts a number of seconds into a pretty formatted data string.
getDurationPrettySecondsResolution(long, ResourceBundle) - Static method in class com.atlassian.core.util.DateUtils
Converts a number of seconds into a pretty formatted data string.
getDurationPrettySecondsResolution(long, int, int, ResourceBundle) - Static method in class com.atlassian.core.util.DateUtils
Converts a number of seconds into a pretty formatted data string.
getDurationString(long) - Static method in class com.atlassian.core.util.DateUtils
Get String representation of a duration

getDurationString(long, int, int) - Static method in class com.atlassian.core.util.DateUtils
 
getDurationStringWithNegative(long) - Static method in class com.atlassian.core.util.DateUtils
Get String representation of a (possibly negative) duration.
getDurationWithNegative(String) - Static method in class com.atlassian.core.util.DateUtils
Get a duration string with the possibility of a negative.
getElapsedTime() - Method in class com.atlassian.core.task.longrunning.AbstractLongRunningTask
 
getElapsedTime() - Method in interface com.atlassian.core.task.longrunning.LongRunningTask
 
getEncoding() - Method in class com.atlassian.core.filters.AbstractEncodingFilter
 
getEncoding() - Method in class com.atlassian.core.filters.encoding.AbstractEncodingFilter
Return the encoding to be used on the request, via ServletRequest.setCharacterEncoding(String).
getEnd() - Method in class com.atlassian.core.util.bean.PagerFilter
 
getErrorQueue() - Method in class com.atlassian.core.task.AbstractErrorQueuedTaskQueue
 
getErrorQueue() - Method in interface com.atlassian.core.task.TaskQueueWithErrorQueue
 
getEstimatedTimeRemaining() - Method in class com.atlassian.core.task.longrunning.AbstractLongRunningTask
 
getEstimatedTimeRemaining() - Method in interface com.atlassian.core.task.longrunning.LongRunningTask
 
getEvent() - Method in class com.atlassian.core.logging.DatedLoggingEvent
 
getExecutionCount() - Method in class com.atlassian.core.task.AbstractErrorQueuedTaskQueue.TaskDecorator
 
getFile() - Method in class com.atlassian.core.spool.DeferredFileOutputStream
Returns the same output file specified in the constructor, even when threashold has not been reached.
getFile(String) - Static method in class com.atlassian.core.util.FileFactory
 
getFileFactory() - Method in class com.atlassian.core.spool.BufferedFileSpool
 
getFileFactory() - Method in class com.atlassian.core.spool.DeferredSpool
 
getFileFactory() - Method in interface com.atlassian.core.spool.FileSpool
 
getFilename() - Method in class com.atlassian.core.util.thumbnail.Thumbnail
Get the filename of the file this thumbnail represents.
getFilterConfig() - Method in class com.atlassian.core.filters.AbstractFilter
Deprecated. Not needed in final version of Servlet 2.3 API - replaced by init().
getFlushStarted() - Method in class com.atlassian.core.task.AbstractTaskQueue
 
getFlushStarted() - Method in interface com.atlassian.core.task.TaskQueue
Obtains the time when the queue started flushing.
getFormat() - Method in class com.atlassian.core.util.ImageInfo
If ImageInfo.check() was successful, returns the image format as one of the FORMAT_xyz constants from this class.
getFormatName() - Method in class com.atlassian.core.util.ImageInfo
If ImageInfo.check() was successful, returns the image format's name.
getFrom() - Method in class com.atlassian.core.cron.parser.CronHoursEntry
Returns the lower bound of the hour range if this entry has a range.
getFromMeridian() - Method in class com.atlassian.core.cron.parser.CronHoursEntry
Returns the meridian indicator @{link #AM} or @{link #AM} for the lower bound of a range entry.
getGroup(String) - Static method in class com.atlassian.core.user.GroupUtils
Get a group from the underlying user manager.
getGroups() - Static method in class com.atlassian.core.user.GroupUtils
 
getGroupSafely(String) - Static method in class com.atlassian.core.user.GroupUtils
This method gets a group from OSUser - however if the group does not exist, it tries to create it and then return it (mitigates the need for a setup file).
getHeight() - Method in class com.atlassian.core.util.ImageInfo
If ImageInfo.check() was successful, returns one the image's vertical resolution in pixels.
getHeight() - Method in class com.atlassian.core.util.thumbnail.Thumber.WidthHeightHelper
 
getHeight() - Method in class com.atlassian.core.util.thumbnail.Thumbnail
 
getHour() - Method in class com.atlassian.core.cron.parser.MeridianHour
 
getHoursEntry() - Method in class com.atlassian.core.cron.parser.CronExpressionParser
Gets the CronHoursEntry that represents the hours cron field.
getHoursFrom() - Method in class com.atlassian.core.cron.CronEditorBean
Returns the lower bound of the hour range if this entry has a range.
getHoursFromMeridian() - Method in class com.atlassian.core.cron.CronEditorBean
Returns the meridian indicator @{link #AM} or @{link #PM} for the lower bound of a range entry.
getHoursRunOnce() - Method in class com.atlassian.core.cron.CronEditorBean
Returns the single hour value for this entry if it is a run once entry.
getHoursRunOnceMeridian() - Method in class com.atlassian.core.cron.CronEditorBean
Returns the meridian indicator @{link #AM} or @{link #PM} for the entry if it is a run once entry.
getHoursTo() - Method in class com.atlassian.core.cron.CronEditorBean
Returns the upper bound of the hour range if this entry has a range.
getHoursToMeridian() - Method in class com.atlassian.core.cron.CronEditorBean
Returns the meridian indicator @{link #AM} or @{link #PM} for the upper bound of a range entry.
getId() - Method in class com.atlassian.core.bean.EntityObject
 
getImage() - Method in class com.atlassian.core.util.thumbnail.SimpleImageConsumer
Fetch the image.
getImage(File) - Method in class com.atlassian.core.util.thumbnail.Thumber
 
getImage(InputStream) - Method in class com.atlassian.core.util.thumbnail.Thumber
 
getIncrement() - Method in class com.atlassian.core.cron.parser.CronHoursEntry
Returns the increment or step size in hours or -1 if this entry has no increment.
getIncrement() - Method in class com.atlassian.core.cron.parser.CronMinutesEntry
 
getIncrementInMinutes() - Method in class com.atlassian.core.cron.CronEditorBean
Used to determine the total increment in minutes derived by the hour and minutes fields' increment parts.
getIncrementInMinutes() - Method in class com.atlassian.core.cron.parser.CronExpressionParser
Used to determine the total increment in minutes that are implied by the crons hour and minutes field.
getInitialBufferSize() - Method in class com.atlassian.core.spool.ByteArraySpool
 
getInputStream() - Method in class com.atlassian.core.spool.DeferredFileOutputStream
 
getInputStream() - Method in class com.atlassian.core.spool.DeferredSpoolFileOutputStream
Return an input stream of the written data.
getInputStreamTextContent(InputStream) - Static method in class com.atlassian.core.util.FileUtils
Deprecated. since 3.18 use IOUtils.toString(InputStream, String)
getInstalledLocales() - Method in class com.atlassian.core.util.LocaleUtils
This method locates all installed language bundles that are found on the classpath by looking for LocaleUtils.LANGUAGE_DESCRIPTOR_FILENAME files on the classpath, and parsing the value of the LocaleUtils.LOCALE_TAG_NAME element.
getInstance() - Static method in class com.atlassian.core.spool.DefaultSpoolFileFactory
 
getInt(String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getIsSetPredicate() - Static method in class com.atlassian.core.util.ObjectUtils
Returns a predicate for ObjectUtils.isNotEmpty(Object)
getItems() - Method in interface com.atlassian.core.task.FifoBuffer
The buffer in the queue
getItems() - Method in class com.atlassian.core.task.LocalFifoBuffer
 
getKey() - Method in class com.atlassian.core.util.PairType
 
getKeys() - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getKeys(int) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getKeys(String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getKeys(String, int) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getLastModificationDate() - Method in class com.atlassian.core.bean.EntityObject
 
getLimit() - Static method in class com.atlassian.core.logging.ThreadLocalErrorCollection
 
getList() - Static method in class com.atlassian.core.logging.ThreadLocalErrorCollection
 
getLocale(String) - Method in class com.atlassian.core.util.LocaleUtils
Creates a locale from the given string.
getLong(String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getLong(String) - Method in class com.atlassian.core.user.preferences.DefaultPreferences
 
getLong(String) - Method in interface com.atlassian.core.user.preferences.Preferences
 
getLong(String) - Method in class com.atlassian.core.user.preferences.UserPreferences
 
getMax() - Method in class com.atlassian.core.util.bean.PagerFilter
 
getMeridian() - Method in class com.atlassian.core.cron.parser.MeridianHour
 
getMilliseconds() - Method in enum com.atlassian.core.util.DateUtils.Duration
 
getMimeType() - Method in class com.atlassian.core.util.ImageInfo
If ImageInfo.check() was successful, returns a String with the MIME type of the format.
getMinutes() - Method in class com.atlassian.core.cron.CronEditorBean
Gets the minutes specified.
getMinutesEntry() - Method in class com.atlassian.core.cron.parser.CronExpressionParser
Gets the CronMinutesEntry that represents the minutes cron field.
getName() - Method in interface com.atlassian.core.task.longrunning.LongRunningTask
 
getNameKey() - Method in class com.atlassian.core.task.longrunning.AbstractLongRunningTask
Internationalisation key for the name of the task, so that the task's name can be displayed in the User Interface.
getNameKey() - Method in interface com.atlassian.core.task.longrunning.LongRunningTask
Internationalisation key for the name of the task, so that the task's name can be displayed in the User Interface.
getNewDeferredSpoolFileOutputStream() - Method in class com.atlassian.core.spool.DeferredSpool
 
getNextStart() - Method in class com.atlassian.core.util.bean.PagerFilter
 
getNumberOfComments() - Method in class com.atlassian.core.util.ImageInfo
If ImageInfo.check() was successful and ImageInfo.setCollectComments(boolean) was called with true as argument, returns the number of comments retrieved from the input image stream / file.
getNumberOfImages() - Method in class com.atlassian.core.util.ImageInfo
Returns the number of images in the examined file.
getObject(String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getParameter(String) - Method in class com.atlassian.core.filters.legacy.WordCurlyQuotesRequestWrapper
 
getParameterMap() - Method in class com.atlassian.core.filters.legacy.WordCurlyQuotesRequestWrapper
 
getParameterValues(String) - Method in class com.atlassian.core.filters.legacy.WordCurlyQuotesRequestWrapper
 
getPercentage(double, double) - Method in class com.atlassian.core.bean.MathBean
 
getPercentage(long, long) - Method in class com.atlassian.core.bean.MathBean
 
getPercentageComplete() - Method in class com.atlassian.core.task.longrunning.AbstractLongRunningTask
 
getPercentageComplete() - Method in interface com.atlassian.core.task.longrunning.LongRunningTask
 
getPercentageComplete() - Method in class com.atlassian.core.util.ProgressMeter
 
getPercentageWidth(int, int) - Method in class com.atlassian.core.bean.MathBean
 
getPhysicalHeightDpi() - Method in class com.atlassian.core.util.ImageInfo
Returns the physical height of this image in dots per inch (dpi).
getPhysicalHeightInch() - Method in class com.atlassian.core.util.ImageInfo
If ImageInfo.check() was successful, returns the physical width of this image in dpi (dots per inch) or -1 if no value could be found.
getPhysicalWidthDpi() - Method in class com.atlassian.core.util.ImageInfo
If ImageInfo.check() was successful, returns the physical width of this image in dpi (dots per inch) or -1 if no value could be found.
getPhysicalWidthInch() - Method in class com.atlassian.core.util.ImageInfo
Returns the physical width of an image in inches, or -1.0f if width information is not available.
getPreferences() - Static method in class com.atlassian.core.user.preferences.DefaultPreferences
 
getPrettyElapsedTime() - Method in class com.atlassian.core.task.longrunning.AbstractLongRunningTask
 
getPrettyElapsedTime() - Method in interface com.atlassian.core.task.longrunning.LongRunningTask
 
getPrettySchedule(CronEditorBean) - Method in class com.atlassian.core.cron.generator.CronExpressionDescriptor
Renders a nice locale-specific and human readable description of the given cronEditorBean's schedule or, if this can't be understood, the underlying cron expression.
getPrettyTimeRemaining() - Method in class com.atlassian.core.task.longrunning.AbstractLongRunningTask
 
getPrettyTimeRemaining() - Method in interface com.atlassian.core.task.longrunning.LongRunningTask
 
getPreviousStart() - Method in class com.atlassian.core.util.bean.PagerFilter
 
getProperties(String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getProperties(String, Class) - Static method in class com.atlassian.core.util.PropertyUtils
 
getPropertiesFromFile(File) - Static method in class com.atlassian.core.util.PropertyUtils
 
getPropertiesFromStream(InputStream) - Static method in class com.atlassian.core.util.PropertyUtils
 
getProxy(Class, List) - Static method in class com.atlassian.core.test.util.DuckTypeProxy
Get a Proxy that checks each of the enclosed objects and calls them if they have a Method of the same signature.
getProxy(Class, List, DuckTypeProxy.UnimplementedMethodHandler) - Static method in class com.atlassian.core.test.util.DuckTypeProxy
Get a Proxy that checks each of the enclosed objects and calls them if they have a Method of the same signature.
getProxy(Class[], List) - Static method in class com.atlassian.core.test.util.DuckTypeProxy
Get a Proxy that checks each of the enclosed objects and calls them if they have a Method of the same signature.
getProxy(Class[], List, DuckTypeProxy.UnimplementedMethodHandler) - Static method in class com.atlassian.core.test.util.DuckTypeProxy
 
getProxy(Class, Object) - Static method in class com.atlassian.core.test.util.DuckTypeProxy
Get a Proxy that checks the enclosed object and calls it if it has a Method of the same signature.
getQueue() - Method in class com.atlassian.core.task.AbstractTaskQueue
Deprecated. use getTasks() instead.
getRequest() - Static method in class com.atlassian.core.filters.ServletContextThreadLocal
 
getResource(String, Class) - Static method in class com.atlassian.core.util.ClassLoaderUtils
Load a given resource.
getResourceAsStream(String, Class) - Static method in class com.atlassian.core.util.ClassLoaderUtils
This is a convenience method to load a resource as a stream.
getResourceBundle() - Method in class com.atlassian.core.task.longrunning.AbstractLongRunningTask
 
getResourceContent(String) - Static method in class com.atlassian.core.util.FileUtils
Get the contents of a classpath resource as a String.
getResourceContent(HttpServletRequest, String) - Static method in class com.atlassian.core.util.FileUtils
Get the contents of a servlet context resource as a String.
getResources(String, Class) - Static method in class com.atlassian.core.util.ClassLoaderUtils
returns all found resources as java.net.URLs.
getResponse() - Static method in class com.atlassian.core.filters.ServletContextThreadLocal
 
getRetryCount() - Method in class com.atlassian.core.task.AbstractErrorQueuedTaskQueue
 
getRunOnce() - Method in class com.atlassian.core.cron.parser.CronHoursEntry
Returns the single hour value for this entry if it is a run once entry.
getRunOnce() - Method in class com.atlassian.core.cron.parser.CronMinutesEntry
The minute value for a single fire time.
getRunOnceMeridian() - Method in class com.atlassian.core.cron.parser.CronHoursEntry
Returns the meridian indicator @{link #AM} or @{link #AM} for the entry if it is a run once entry.
getSchema() - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getSeconds() - Method in class com.atlassian.core.cron.CronEditorBean
 
getSeconds() - Method in enum com.atlassian.core.util.DateUtils.Duration
 
getSingleChildElement(Element, String) - Static method in class com.atlassian.core.util.XMLUtils
Given one element, get a single named child element of it.
getSpecifiedDaysPerWeek() - Method in class com.atlassian.core.cron.CronEditorBean
Returns all the days that have been specified in a comma separated list.
getSqlDateDay(int, int, int) - Static method in class com.atlassian.core.util.DateUtils
 
getStart() - Method in class com.atlassian.core.util.bean.PagerFilter
 
getStatus() - Method in class com.atlassian.core.util.ProgressMeter
 
getStream() - Method in class com.atlassian.core.spool.DeferredFileOutputStream
Returns the current output stream.
getString(String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getString(String) - Method in class com.atlassian.core.user.preferences.DefaultPreferences
 
getString(String) - Method in interface com.atlassian.core.user.preferences.Preferences
 
getString(String) - Method in class com.atlassian.core.user.preferences.UserPreferences
 
getTask() - Method in class com.atlassian.core.task.AbstractErrorQueuedTaskQueue.TaskDecorator
 
getTaskQueue(String) - Method in class com.atlassian.core.task.DefaultMultiQueueTaskManager
 
getTaskQueue() - Method in class com.atlassian.core.task.DefaultTaskManager
 
getTaskQueue(String) - Method in interface com.atlassian.core.task.MultiQueueTaskManager
 
getTaskQueue() - Method in interface com.atlassian.core.task.TaskManager
 
getTasks() - Method in class com.atlassian.core.task.AbstractTaskQueue
 
getTasks() - Method in interface com.atlassian.core.task.TaskQueue
Get a Collection of the Tasks currently in the queue
getText(String) - Method in interface com.atlassian.core.i18n.I18nTextProvider
 
getText(String, Object[]) - Method in interface com.atlassian.core.i18n.I18nTextProvider
 
getText(String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getThresholdBytes() - Method in class com.atlassian.core.spool.DeferredSpool
 
getThresholdBytes() - Method in class com.atlassian.core.spool.SmartSpool
 
getThresholdBytes() - Method in interface com.atlassian.core.spool.ThresholdingSpool
 
getThumbnailFormats() - Static method in class com.atlassian.core.util.thumbnail.Thumber
 
getThumbnailMimeTypes() - Static method in class com.atlassian.core.util.thumbnail.Thumber
 
getTimeInMillis() - Method in class com.atlassian.core.logging.DatedLoggingEvent
 
getTo() - Method in class com.atlassian.core.cron.parser.CronHoursEntry
Returns the upper bound of the hour range if this entry has a range.
getToMeridian() - Method in class com.atlassian.core.cron.parser.CronHoursEntry
Returns the meridian indicator @{link #AM} or @{link #AM} for the upper bound of a range entry.
getTotal() - Method in class com.atlassian.core.util.ProgressMeter
 
getTotal() - Method in class com.atlassian.core.util.ProgressWrapper
 
getTrueClass(Object) - Static method in class com.atlassian.core.util.ObjectUtils
Gets the true class of an object, trying to use Hibernate's proxy unwrapping tools if available on the classpath.
getType(String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getUser(String) - Static method in class com.atlassian.core.user.UserUtils
Retrieves and returns the user by given username.
getUserByEmail(String) - Static method in class com.atlassian.core.user.UserUtils
Return the first user found that matches thie email address.
getUserName(HttpServletRequest) - Method in class com.atlassian.core.servlet.AbstractNoOpServlet
get the current username from the request
getUsers(Collection) - Static method in class com.atlassian.core.user.UserUtils
Get a list of users in a set of groups (either Group objects or String group names)
getUsersByEmail(String) - Static method in class com.atlassian.core.user.UserUtils
Finds the users by the given e-mail address.
getValue() - Method in class com.atlassian.core.util.PairType
 
getWidth() - Method in class com.atlassian.core.util.ImageInfo
If ImageInfo.check() was successful, returns one the image's horizontal resolution in pixels.
getWidth() - Method in class com.atlassian.core.util.thumbnail.Thumber.WidthHeightHelper
 
getWidth() - Method in class com.atlassian.core.util.thumbnail.Thumbnail
 
getXML(String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getXmlFilename(String) - Static method in class com.atlassian.core.util.DataUtils
 
getZipFilename(String) - Static method in class com.atlassian.core.util.DataUtils
 
GroupUtils - Class in com.atlassian.core.user
A utility class for operating on groups.
GroupUtils() - Constructor for class com.atlassian.core.user.GroupUtils
 

H

handle(char) - Method in class com.atlassian.core.util.XMLUtils.ReplacePolicy
 
handle(char) - Method in interface com.atlassian.core.util.XMLUtils.TransformPolicy
 
handleException(Task, Exception) - Method in class com.atlassian.core.task.AbstractErrorQueuedTaskQueue
 
handleException(Task, Exception) - Method in class com.atlassian.core.task.AbstractTaskQueue
 
hashCode() - Method in class com.atlassian.core.bean.EntityObject
 
hashCode() - Method in class com.atlassian.core.cron.parser.MeridianHour
 
hashCode() - Method in class com.atlassian.core.user.preferences.UserPreferences
 
hashCode() - Method in class com.atlassian.core.util.PairType
 
hasIncrement() - Method in class com.atlassian.core.cron.parser.CronHoursEntry
Indicates if this entry has an increment.
hasIncrement() - Method in class com.atlassian.core.cron.parser.CronMinutesEntry
 
HeaderSanitisingFilter - Class in com.atlassian.core.filters
A filter that will wrap HttpServletResponses with a HeaderSanitisingResponseWrapper, so that any mutations made to the response's header are sanitised.
HeaderSanitisingFilter() - Constructor for class com.atlassian.core.filters.HeaderSanitisingFilter
 
HeaderSanitisingResponseWrapper - Class in com.atlassian.core.filters
A wrapper for a HttpServletResponse that sanitises all mutations to the header of the response to ensure that no suspect values are being written.
HeaderSanitisingResponseWrapper(HttpServletResponse) - Constructor for class com.atlassian.core.filters.HeaderSanitisingResponseWrapper
 
hibernateGetClassMethod - Static variable in class com.atlassian.core.util.ObjectUtils
 
HOUR_MILLIS - Static variable in class com.atlassian.core.util.DateUtils
 
HTMLUtils - Class in com.atlassian.core.util
 
HTMLUtils() - Constructor for class com.atlassian.core.util.HTMLUtils
 

I

I18nTextProvider - Interface in com.atlassian.core.i18n
Minimal interface for an i18nBean
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
imageComplete(int) - Method in class com.atlassian.core.util.thumbnail.SimpleImageConsumer
 
ImageInfo - Class in com.atlassian.core.util.bean
Deprecated. Use ImageInfo instead (since 20/08/2008)
ImageInfo() - Constructor for class com.atlassian.core.util.bean.ImageInfo
Deprecated.  
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.AbstractFilter
Deprecated.  
init(FilterConfig) - Method in class com.atlassian.core.filters.AbstractHttpFilter
Default implementation which does nothing.
init(FilterConfig) - Method in class com.atlassian.core.filters.cache.AbstractCachingFilter
 
init(FilterConfig) - Method in class com.atlassian.core.filters.ExpiresFilter
 
init(FilterConfig) - Method in class com.atlassian.core.filters.HeaderSanitisingFilter
 
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
 
is24HourRange() - Method in class com.atlassian.core.cron.CronEditorBean
Indicates that the range of time specified spans across the full 24 hours in a day (which is indicated by the computed hoursFrom in 24 hour time being equal to the computed hoursTo in 24 hour time).
isAdvancedMode() - Method in class com.atlassian.core.cron.CronEditorBean
Will return true if the passed in cron string is not valid for the editor.
isAdvancedMode() - Method in class com.atlassian.core.cron.parser.CronExpressionParser
Will return true if the passed in cron string is not valid for the editor.
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
This method should only be called once you know the task is complete (which is discovered by calling ProgressMeter.getPercentageComplete().
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))
isDailyMode() - Method in class com.atlassian.core.cron.CronEditorBean
Will return true if the editors daily mode can handle the provided cron string.
isDailyMode() - Method in class com.atlassian.core.cron.parser.CronExpressionParser
Will return true if the editors daily mode can handle the provided cron string.
isDayOfWeekOfMonth() - Method in class com.atlassian.core.cron.CronEditorBean
Returns true if CronEditorBean.isDaysPerMonthMode() is true and the sub-mode of day of week per month has been selected.
isDayOfWeekOfMonth() - Method in class com.atlassian.core.cron.parser.CronExpressionParser
Returns true if CronExpressionParser.isDaysPerMonthMode() is true and the string in the days of week field can be handled by the editor.
isDayPerWeekMode() - Method in class com.atlassian.core.cron.CronEditorBean
Will return true if the editors day per week mode can handle the provided cron string.
isDayPerWeekMode() - Method in class com.atlassian.core.cron.parser.CronExpressionParser
Will return true if the editors day per week mode can handle the provided cron string.
isDaySpecified(String) - Method in class com.atlassian.core.cron.CronEditorBean
Returns true if the passed in day has been specified, false otherwise.
isDaySpecified(String) - Method in class com.atlassian.core.cron.parser.CronDayOfWeekEntry
Will tell you if a day has been specified in the cron string.
isDaysPerMonthMode() - Method in class com.atlassian.core.cron.CronEditorBean
Will return true if the editors days per month mode can handle the provided cron string.
isDaysPerMonthMode() - Method in class com.atlassian.core.cron.parser.CronExpressionParser
Will return true if the editors days per month mode can handle the provided cron 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
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.ImageInfo
Returns whether the image is stored in a progressive (also called: interlaced) way.
isRange() - Method in class com.atlassian.core.cron.CronEditorBean
Indicates that a range of time is being specified.
isRangeHoursValid() - Method in class com.atlassian.core.cron.CronEditorBean
Used to validate the hours to see that the from hour is before the to hour, if specified.
isRunOnce() - Method in class com.atlassian.core.cron.parser.CronHoursEntry
 
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
isSuccessful() - Method in class com.atlassian.core.task.longrunning.AbstractLongRunningTask
 
isSuccessful() - Method in interface com.atlassian.core.task.longrunning.LongRunningTask
 
isUnspooling() - Method in class com.atlassian.core.spool.DeferredSpoolFileOutputStream
 
isValid() - Method in class com.atlassian.core.cron.parser.CronDayOfWeekEntry
Returns true if the editor can handle the day of week field entry.
isValid() - Method in class com.atlassian.core.cron.parser.CronHoursEntry
Returns true only if the hours entry is valid with respect to the editor.
isValid() - Method in class com.atlassian.core.cron.parser.CronMinutesEntry
Indicates that the minute field is able to be handled by the editor, concerns both the minute value and the optional increment value.
isValidForEditor() - Method in class com.atlassian.core.cron.parser.CronExpressionParser
Returns true only if the cron string can be handled by the cron editor UI.
isValidImage() - Method in class com.atlassian.core.util.bean.ImageInfo
Deprecated.  

J

JavaBeanMethodHandler - Class in com.atlassian.core.test.util
Handles getters and setters by storing their values in a map.
JavaBeanMethodHandler() - Constructor for class com.atlassian.core.test.util.JavaBeanMethodHandler
 
JDBCUtils - Class in com.atlassian.core.db
JDBC utilities.
JDBCUtils() - Constructor for class com.atlassian.core.db.JDBCUtils
 
JspCachingStrategy - Class in com.atlassian.core.filters.cache
Applies caching headers to ensures JSP responses are not cached by the client.
JspCachingStrategy() - Constructor for class com.atlassian.core.filters.cache.JspCachingStrategy
 

L

LANGUAGE_DESCRIPTOR_FILENAME - Static variable in class com.atlassian.core.util.LocaleUtils
 
ListFilter - Class in com.atlassian.core.util.filter
Filter the contents of a list based on some criteria.
ListFilter(Filter) - Constructor for class com.atlassian.core.util.filter.ListFilter
Constructor, taking the filter implementation that will be used to filter the list.
loadClass(String, Class) - Static method in class com.atlassian.core.util.ClassLoaderUtils
Load a class with a given name.
loadClass(String, ClassLoader) - Static method in class com.atlassian.core.util.ClassLoaderUtils
Load a class with a given name.
LOCALE_TAG_NAME - Static variable in class com.atlassian.core.util.LocaleUtils
 
LocaleComparator - Class in com.atlassian.core.util
 
LocaleComparator() - Constructor for class com.atlassian.core.util.LocaleComparator
 
LocaleUtils - Class in com.atlassian.core.util
 
LocaleUtils() - Constructor for class com.atlassian.core.util.LocaleUtils
 
LocalFifoBuffer - Class in com.atlassian.core.task
 
LocalFifoBuffer() - Constructor for class com.atlassian.core.task.LocalFifoBuffer
 
log - Static variable in class com.atlassian.core.task.longrunning.AbstractLongRunningTask
 
LongRunningTask - Interface in com.atlassian.core.task.longrunning
 

M

main(String[]) - Static method in class com.atlassian.core.util.ImageInfo
To use this class as a command line application, give it either some file names as parameters (information on them will be printed to standard output, one line per file) or call it with no parameters.
matches(HttpServletRequest) - Method in interface com.atlassian.core.filters.cache.CachingStrategy
Returns true if the given request should be handled by this caching strategy.
matches(HttpServletRequest) - Method in class com.atlassian.core.filters.cache.JspCachingStrategy
 
MathBean - Class in com.atlassian.core.bean
 
MathBean() - Constructor for class com.atlassian.core.bean.MathBean
 
max(long, long) - Method in class com.atlassian.core.bean.MathBean
 
MAXBOMBYTES - Static variable in class com.atlassian.core.util.xml.BOMZipFileInputStream
No bom sequence is longer than 4 bytes
mergeLists(List, List, List) - Static method in class com.atlassian.core.util.collection.EasyList
Merge a maximum of three lists.
MeridianHour - Class in com.atlassian.core.cron.parser
Holder of a 12 hour time with a meridian indicator (am/pm).
MeridianHour(int, String) - Constructor for class com.atlassian.core.cron.parser.MeridianHour
 
methodNotImplemented(Method, Object[]) - Method in interface com.atlassian.core.test.util.DuckTypeProxy.UnimplementedMethodHandler
 
methodNotImplemented(Method, Object[]) - Method in class com.atlassian.core.test.util.JavaBeanMethodHandler
 
min(long, long) - Method in class com.atlassian.core.bean.MathBean
 
MINUTE_MILLIS - Static variable in class com.atlassian.core.util.DateUtils
 
MONTH_MILLIS - Static variable in class com.atlassian.core.util.DateUtils
 
moveDir(File, File) - Static method in class com.atlassian.core.util.FileUtils
move a directory with all it's children into another directory if destination directory already exists, it will be deleted.
multiply(int, int) - Method in class com.atlassian.core.bean.MathBean
 
MultiQueueTaskManager - Interface in com.atlassian.core.task
Created by IntelliJ IDEA.

N

NoContentLocationHeaderResponseWrapper - Class in com.atlassian.core.filters.legacy
Legacy response wrapper which prevents the Content-Location header being set on the wrapped response.
NoContentLocationHeaderResponseWrapper(HttpServletResponse) - Constructor for class com.atlassian.core.filters.legacy.NoContentLocationHeaderResponseWrapper
 
NONE - Static variable in class com.atlassian.core.util.xml.BOMZipFileInputStream
 
normalise(String) - Static method in class com.atlassian.core.util.StringUtils
 

O

ObjectUtils - Class in com.atlassian.core.util
Some common methods used against Object objects
ObjectUtils() - Constructor for class com.atlassian.core.util.ObjectUtils
 
outputFile - Variable in class com.atlassian.core.spool.DeferredFileOutputStream
The file to which output will be directed if the threshold is exceeded.

P

PagerFilter - Class in com.atlassian.core.util.bean
This is a super class that implements paging for browsers.
PagerFilter() - Constructor for class com.atlassian.core.util.bean.PagerFilter
 
PairType - Class in com.atlassian.core.util
A simple type to represent a pair of objects.
PairType() - Constructor for class com.atlassian.core.util.PairType
 
PairType(Serializable, Serializable) - Constructor for class com.atlassian.core.util.PairType
 
parseMeridianHour(String) - Static method in class com.atlassian.core.cron.parser.MeridianHour
Takes a 24 hour time and parses the 12 hour time with meridian indicator into a MeridianHour object.
permits - Variable in class com.atlassian.core.util.Semaphore
current number of available permits
permits() - Method in class com.atlassian.core.util.Semaphore
Return the current number of available permits.
PM - Static variable in class com.atlassian.core.util.DateUtils
 
Preferences - Interface in com.atlassian.core.user.preferences
An interface to represent preferences objects within JIRA.
printClassLoader() - Static method in class com.atlassian.core.util.ClassLoaderUtils
Prints the current classloader hierarchy - useful for debugging.
printClassLoader(ClassLoader) - Static method in class com.atlassian.core.util.ClassLoaderUtils
Prints the classloader hierarchy from a given classloader - useful for debugging.
ProfilingAndErrorFilter - Class in com.atlassian.core.filters
 
ProfilingAndErrorFilter() - Constructor for class com.atlassian.core.filters.ProfilingAndErrorFilter
 
progress - Variable in class com.atlassian.core.task.longrunning.AbstractLongRunningTask
 
progressAsString() - Method in class com.atlassian.core.util.ProgressWrapper
 
ProgressMeter - Class in com.atlassian.core.util
A ProgressMeter class may be used to record progress of an on-going task while this progress is being monitored by another client.
ProgressMeter() - Constructor for class com.atlassian.core.util.ProgressMeter
 
ProgressWrapper - Class in com.atlassian.core.util
 
ProgressWrapper(ProgressMeter, int) - Constructor for class com.atlassian.core.util.ProgressWrapper
 
PropertyUtils - Class in com.atlassian.core.util
 
PropertyUtils() - Constructor for class com.atlassian.core.util.PropertyUtils
 

R

randomAlpha() - Static method in class com.atlassian.core.util.RandomGenerator
Generate a random character from the alphabet - either a-z or A-Z
randomCharacter() - Static method in class com.atlassian.core.util.RandomGenerator
Generate a random alphanumeric character.
randomDigit() - Static method in class com.atlassian.core.util.RandomGenerator
Generate a random digit - from 0 - 9
RandomGenerator - Class in com.atlassian.core.util
 
RandomGenerator() - Constructor for class com.atlassian.core.util.RandomGenerator
 
randomPassword() - Static method in class com.atlassian.core.util.RandomGenerator
Generate a random password (length 6)
randomString(int) - Static method in class com.atlassian.core.util.RandomGenerator
Generate a random string of characters - including numbers
randomString(int, boolean) - Static method in class com.atlassian.core.util.RandomGenerator
Generate a random string of characters
read() - Method in class com.atlassian.core.spool.SpoolFileInputStream
 
read(byte[]) - Method in class com.atlassian.core.spool.SpoolFileInputStream
 
read(byte[], int, int) - Method in class com.atlassian.core.spool.SpoolFileInputStream
 
read() - Method in class com.atlassian.core.util.xml.BOMZipFileInputStream
 
read(char[], int, int) - Method in class com.atlassian.core.util.xml.XMLCleaningReader
 
read() - Method in class com.atlassian.core.util.xml.XMLCleaningReader
 
readResourcesAsList(String) - Static method in class com.atlassian.core.util.FileUtils
Get the contents of a resource as a list, one line representing one list item.
recursiveDelete(File) - Static method in class com.atlassian.core.util.FileUtils
Recursively delete everything beneath file then delete dir.
release() - Method in class com.atlassian.core.util.Semaphore
Release a permit
release(long) - Method in class com.atlassian.core.util.Semaphore
Release N permits.
remove(String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
remove() - Method in interface com.atlassian.core.task.FifoBuffer
Get the oldest object from the buffer
remove() - Method in class com.atlassian.core.task.LocalFifoBuffer
 
remove(String) - Method in class com.atlassian.core.user.preferences.DefaultPreferences
 
remove(String) - Method in interface com.atlassian.core.user.preferences.Preferences
 
remove(String) - Method in class com.atlassian.core.user.preferences.UserPreferences
 
removeDirectory(File) - Static method in class com.atlassian.core.util.FileFactory
 
removeGroup(Group) - Static method in class com.atlassian.core.user.GroupUtils
This will remove a group, and remove any users from that group
removeTaskQueue(String, TaskQueue, boolean) - Method in class com.atlassian.core.task.DefaultMultiQueueTaskManager
 
removeTaskQueue(String, TaskQueue, boolean) - Method in interface com.atlassian.core.task.MultiQueueTaskManager
 
removeUser(User) - Static method in class com.atlassian.core.user.UserUtils
Removes the given user.
replaceAll(String, String, String) - Static method in class com.atlassian.core.util.StringUtils
Replaces all occurrences of one string with another.
requiresLayout() - Method in class com.atlassian.core.logging.ThreadLocalErrorLogAppender
 
resetPassword(User) - Static method in class com.atlassian.core.user.UserUtils
For a user, create a new password, and dispatch an 'forgot password' event
retrieveOrCreateThumbNail(File, File, int, int, long) - Method in class com.atlassian.core.util.thumbnail.Thumber
Retrieves an existing thumbnail, or creates a new one.
retrieveOrCreateThumbNail(InputStream, String, File, int, int, long) - Method in class com.atlassian.core.util.thumbnail.Thumber
Need to pass filename in as we cannot get the filename from the stream that is passed in
RETURN_NULL - Static variable in class com.atlassian.core.test.util.DuckTypeProxy
Return null if the method cannot be found.
run() - Method in class com.atlassian.core.task.longrunning.AbstractLongRunningTask
 

S

saveDocumentTo(Document, String, String) - Static method in class com.atlassian.core.util.Dom4jUtil
 
saveTextFile(String, File) - Static method in class com.atlassian.core.util.FileUtils
Writes text to the nominated file.
scaleImage(Image, Thumber.WidthHeightHelper) - Method in class com.atlassian.core.util.thumbnail.Thumber
 
SECOND_MILLIS - Static variable in class com.atlassian.core.util.DateUtils
 
Semaphore - Class in com.atlassian.core.util
Base class for counting semaphores.
Semaphore(long) - Constructor for class com.atlassian.core.util.Semaphore
Create a Semaphore with the given initial number of permits.
sendError(int, String) - Method in class com.atlassian.core.filters.HeaderSanitisingResponseWrapper
 
sendRedirect(String) - Method in class com.atlassian.core.filters.HeaderSanitisingResponseWrapper
 
service(ServletRequest, ServletResponse) - Method in class com.atlassian.core.servlet.AbstractNoOpServlet
 
ServletContextThreadLocal - Class in com.atlassian.core.filters
 
ServletContextThreadLocal() - Constructor for class com.atlassian.core.filters.ServletContextThreadLocal
 
ServletContextThreadLocalFilter - Class in com.atlassian.core.filters
 
ServletContextThreadLocalFilter() - Constructor for class com.atlassian.core.filters.ServletContextThreadLocalFilter
 
setAsActualType(String, Object) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
setBoolean(String, boolean) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
setBoolean(String, boolean) - Method in class com.atlassian.core.user.preferences.DefaultPreferences
 
setBoolean(String, boolean) - Method in interface com.atlassian.core.user.preferences.Preferences
 
setBoolean(String, boolean) - Method in class com.atlassian.core.user.preferences.UserPreferences
 
setCachingHeaders(HttpServletResponse) - Method in interface com.atlassian.core.filters.cache.CachingStrategy
Sets the relevant caching headers for the response.
setCachingHeaders(HttpServletResponse) - Method in class com.atlassian.core.filters.cache.JspCachingStrategy
 
setClock(Clock) - Method in class com.atlassian.core.bean.EntityObject
The clock is used to fool the entity into thinking that the current time is different to what it actually is.
setCollectComments(boolean) - Method in class com.atlassian.core.util.ImageInfo
Specify whether textual comments are supposed to be extracted from input.
setColorModel(ColorModel) - Method in class com.atlassian.core.util.thumbnail.SimpleImageConsumer
 
setCompletedSuccessfully(boolean) - Method in class com.atlassian.core.util.ProgressMeter
 
setContentType(String) - Method in class com.atlassian.core.filters.encoding.FixedHtmlEncodingResponseWrapper
 
setContentType(String) - Method in class com.atlassian.core.filters.HeaderSanitisingResponseWrapper
 
setCreationDate(Date) - Method in class com.atlassian.core.bean.EntityObject
 
setCronString(String) - Method in class com.atlassian.core.cron.CronEditorBean
The full cron string that may have been specified.
setCurrentCount(int) - Method in class com.atlassian.core.util.ProgressMeter
 
setData(String, byte[]) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
setDate(String, Date) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
setDateHeader(String, long) - Method in class com.atlassian.core.filters.HeaderSanitisingResponseWrapper
 
setDayInMonthOrdinal(String) - Method in class com.atlassian.core.cron.CronEditorBean
 
setDayOfMonth(String) - Method in class com.atlassian.core.cron.CronEditorBean
 
setDayOfWeekOfMonth(boolean) - Method in class com.atlassian.core.cron.CronEditorBean
 
setDetermineImageNumber(boolean) - Method in class com.atlassian.core.util.ImageInfo
Specify whether the number of images in a file is to be determined - default is false.
setDimensions(int, int) - Method in class com.atlassian.core.util.thumbnail.SimpleImageConsumer
Notification of the dimensions of the source image.
setDouble(String, double) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
setEncodingQuality(float) - Method in class com.atlassian.core.util.thumbnail.Thumber
Set the default encoding quality used by the thumber to encode jpegs.
setFileFactory(FileFactory) - Method in class com.atlassian.core.spool.BufferedFileSpool
 
setFileFactory(FileFactory) - Method in class com.atlassian.core.spool.DeferredSpool
 
setFileFactory(FileFactory) - Method in interface com.atlassian.core.spool.FileSpool
 
setFilterConfig(FilterConfig) - Method in class com.atlassian.core.filters.AbstractFilter
Deprecated. Not needed in final version of Servlet 2.3 API - replaced by init().
setHeader(String, String) - Method in class com.atlassian.core.filters.HeaderSanitisingResponseWrapper
 
setHeader(String, String) - Method in class com.atlassian.core.filters.legacy.NoContentLocationHeaderResponseWrapper
If the header name is "Content-Location", the header is not set.
setHeight(int) - Method in class com.atlassian.core.util.thumbnail.Thumber.WidthHeightHelper
 
setHints(int) - Method in class com.atlassian.core.util.thumbnail.SimpleImageConsumer
Notification of load hints that may be useful.
setHoursFrom(String) - Method in class com.atlassian.core.cron.CronEditorBean
 
setHoursFromMeridian(String) - Method in class com.atlassian.core.cron.CronEditorBean
 
setHoursRunOnce(String) - Method in class com.atlassian.core.cron.CronEditorBean
 
setHoursRunOnceMeridian(String) - Method in class com.atlassian.core.cron.CronEditorBean
 
setHoursTo(String) - Method in class com.atlassian.core.cron.CronEditorBean
 
setHoursToMeridian(String) - Method in class com.atlassian.core.cron.CronEditorBean
 
setId(long) - Method in class com.atlassian.core.bean.EntityObject
 
setIncrementInMinutes(String) - Method in class com.atlassian.core.cron.CronEditorBean
Set the interval of repetition.
setInitialBufferSize(int) - Method in class com.atlassian.core.spool.ByteArraySpool
Configure the initial size of the byte array buffer.
setInput(DataInput) - Method in class com.atlassian.core.util.ImageInfo
Set the input stream to the argument stream (or file).
setInput(InputStream) - Method in class com.atlassian.core.util.ImageInfo
Set the input stream to the argument stream (or file).
setInt(String, int) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
setIntHeader(String, int) - Method in class com.atlassian.core.filters.HeaderSanitisingResponseWrapper
 
setKey(Serializable) - Method in class com.atlassian.core.util.PairType
 
setLastModificationDate(Date) - Method in class com.atlassian.core.bean.EntityObject
 
setLimit(int) - Static method in class com.atlassian.core.logging.ThreadLocalErrorCollection
 
setLong(String, long) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
setLong(String, long) - Method in class com.atlassian.core.user.preferences.DefaultPreferences
 
setLong(String, long) - Method in interface com.atlassian.core.user.preferences.Preferences
 
setLong(String, long) - Method in class com.atlassian.core.user.preferences.UserPreferences
 
setMax(int) - Method in class com.atlassian.core.util.bean.PagerFilter
 
setMinutes(String) - Method in class com.atlassian.core.cron.CronEditorBean
 
setMode(String) - Method in class com.atlassian.core.cron.CronEditorBean
 
setNonCachingHeaders(HttpServletResponse) - Method in class com.atlassian.core.filters.AbstractEncodingFilter
 
setObject(String, Object) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
setOverThresholdSpool(Spool) - Method in class com.atlassian.core.spool.SmartSpool
Set the spooling strategy to use when InputStream::available is greater than the threshold of the configured ThresholdingSpool
setPercentage(int, int) - Method in class com.atlassian.core.util.ProgressMeter
Use this method to set the completion %age to object 10 of 30 etc.
setPercentage(int) - Method in class com.atlassian.core.util.ProgressMeter
 
setPercentage(int) - Method in class com.atlassian.core.util.ProgressWrapper
 
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class com.atlassian.core.util.thumbnail.SimpleImageConsumer
Notification of a bunch of pixel values in byte form.
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class com.atlassian.core.util.thumbnail.SimpleImageConsumer
Notification of a bunch of pixel values as ints.
setProperties(String, Properties) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
setProperties(Hashtable) - Method in class com.atlassian.core.util.thumbnail.SimpleImageConsumer
Notification of the properties of the image to use.
setRequest(HttpServletRequest) - Static method in class com.atlassian.core.filters.ServletContextThreadLocal
Deprecated. since 2.16. This method is not longer a part of public API and should not be used from outside of com.atlassian.core.filters package. The visibility of this method will be changed to package private in the future; no replacement provided.
setRetryCount(int) - Method in class com.atlassian.core.task.AbstractErrorQueuedTaskQueue
 
setSchema(PropertySetSchema) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
setSeconds(String) - Method in class com.atlassian.core.cron.CronEditorBean
 
setSpecifiedDaysOfWeek(String) - Method in class com.atlassian.core.cron.CronEditorBean
 
setSpoolDirectory(File) - Method in class com.atlassian.core.spool.DefaultSpoolFileFactory
 
setSpoolPrefix(String) - Method in class com.atlassian.core.spool.DefaultSpoolFileFactory
 
setSpoolSuffix(String) - Method in class com.atlassian.core.spool.DefaultSpoolFileFactory
 
setStart(int) - Method in class com.atlassian.core.util.bean.PagerFilter
 
setStatus(int, String) - Method in class com.atlassian.core.filters.HeaderSanitisingResponseWrapper
 
setStatus(String) - Method in class com.atlassian.core.util.ProgressMeter
 
setStatus(String) - Method in class com.atlassian.core.util.ProgressWrapper
 
setString(String, String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
setString(String, String) - Method in class com.atlassian.core.user.preferences.DefaultPreferences
 
setString(String, String) - Method in interface com.atlassian.core.user.preferences.Preferences
 
setString(String, String) - Method in class com.atlassian.core.user.preferences.UserPreferences
 
setTaskQueue(TaskQueue) - Method in class com.atlassian.core.task.DefaultTaskManager
 
setTaskQueue(TaskQueue) - Method in interface com.atlassian.core.task.TaskManager
 
setTaskQueues(Map) - Method in class com.atlassian.core.task.DefaultMultiQueueTaskManager
 
setTaskQueues(Map) - Method in interface com.atlassian.core.task.MultiQueueTaskManager
 
setText(String, String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
setThresholdBytes(int) - Method in class com.atlassian.core.spool.DeferredSpool
 
setThresholdBytes(int) - Method in class com.atlassian.core.spool.SmartSpool
 
setThresholdBytes(int) - Method in interface com.atlassian.core.spool.ThresholdingSpool
 
setThresholdingSpool(ThresholdingSpool) - Method in class com.atlassian.core.spool.SmartSpool
Set the spooling strategy that will be used when InputStream::available() is less than or equal to the value of the strategy's threshold.
setTotalObjects(int) - Method in class com.atlassian.core.util.ProgressMeter
 
setValue(Serializable) - Method in class com.atlassian.core.util.PairType
 
setWidth(int) - Method in class com.atlassian.core.util.thumbnail.Thumber.WidthHeightHelper
 
setXML(String, Document) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
shallowSplit(List, int) - Static method in class com.atlassian.core.util.collection.EasyList
Splits a list into a number of sublists of the correct length.
shutdownStream(OutputStream) - Static method in class com.atlassian.core.util.FileUtils
Deprecated. since 3.18 use IOUtils.closeQuietly(OutputStream)
shutdownStream(InputStream) - Static method in class com.atlassian.core.util.FileUtils
Deprecated. since 3.18 use IOUtils.closeQuietly(OutputStream)
SimpleImageConsumer - Class in com.atlassian.core.util.thumbnail
 
SimpleImageConsumer() - Constructor for class com.atlassian.core.util.thumbnail.SimpleImageConsumer
 
size() - Method in class com.atlassian.core.task.AbstractTaskQueue
 
size() - Method in interface com.atlassian.core.task.FifoBuffer
The number of buffer in the queue
size() - Method in class com.atlassian.core.task.LocalFifoBuffer
 
size() - Method in interface com.atlassian.core.task.TaskQueue
Obtains the current size of the queue
SmartSpool - Class in com.atlassian.core.spool
Spool that delegates to the overThresholdSpool immediately if InputStream::available() is greater than the threshold of the secondary Thresholding spool.
SmartSpool() - Constructor for class com.atlassian.core.spool.SmartSpool
 
sortGroupNames(List) - Static method in class com.atlassian.core.user.GroupUtils
Sort group names in alphabetical (*not* ascii) order.
sortGroups(List) - Static method in class com.atlassian.core.user.GroupUtils
Sort group names in alphabetical (*not* ascii) order.
splitCommaSeparatedString(String) - Static method in class com.atlassian.core.util.StringUtils
Method will turn a String of comma seperated entities into a String Array.
spool(InputStream) - Method in class com.atlassian.core.spool.BufferedFileSpool
 
spool(InputStream) - Method in class com.atlassian.core.spool.ByteArraySpool
 
spool(InputStream) - Method in class com.atlassian.core.spool.DeferredSpool
 
spool(InputStream) - Method in class com.atlassian.core.spool.SmartSpool
 
Spool - Interface in com.atlassian.core.spool
Class that implement this interface will spool data from the provided InputStream, and return a new InputStream to the spooled data.
spool(InputStream) - Method in interface com.atlassian.core.spool.Spool
Return a new InputStream to the data provided.
SpoolFileInputStream - Class in com.atlassian.core.spool
A FileInputStream that deletes its input file when closed.
SpoolFileInputStream(File) - Constructor for class com.atlassian.core.spool.SpoolFileInputStream
 
SpoolFileInputStream(String) - Constructor for class com.atlassian.core.spool.SpoolFileInputStream
 
startDate - Variable in class com.atlassian.core.util.DateUtils.DateRange
 
stopTimer() - Method in class com.atlassian.core.task.longrunning.AbstractLongRunningTask
 
storeImage(BufferedImage, File) - Method in class com.atlassian.core.util.thumbnail.Thumber
 
stringCharMappings - Static variable in class com.atlassian.core.util.StringUtils
 
StringUtils - Class in com.atlassian.core.util
 
StringUtils() - Constructor for class com.atlassian.core.util.StringUtils
 
stripOuterHtmlTags(String) - Static method in class com.atlassian.core.util.HTMLUtils
 
stripTags(String) - Static method in class com.atlassian.core.util.HTMLUtils
 
substract(long, long) - Method in class com.atlassian.core.bean.MathBean
 
subtract(int, int) - Method in class com.atlassian.core.bean.MathBean
 
SUFFIX_XML - Static variable in class com.atlassian.core.util.DataUtils
 
SUFFIX_ZIP - Static variable in class com.atlassian.core.util.DataUtils
 
supportsType(int) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
supportsTypes() - Method in class com.atlassian.core.propertyset.CachingPropertySet
 

T

Task - Interface in com.atlassian.core.task
An Arbitary task used to execute some code.
TaskManager - Interface in com.atlassian.core.task
Defines the api for a common task manager used for queue tasks to be executed later
TaskQueue - Interface in com.atlassian.core.task
Represents a queue of Task objects.
TaskQueueWithErrorQueue - Interface in com.atlassian.core.task
Created by IntelliJ IDEA.
ThreadLocalErrorCollection - Class in com.atlassian.core.logging
A simple ThreadLocal stack to prevent circular content includes.
ThreadLocalErrorCollection() - Constructor for class com.atlassian.core.logging.ThreadLocalErrorCollection
 
ThreadLocalErrorLogAppender - Class in com.atlassian.core.logging
 
ThreadLocalErrorLogAppender() - Constructor for class com.atlassian.core.logging.ThreadLocalErrorLogAppender
 
ThresholdingSpool - Interface in com.atlassian.core.spool
Implemented by spools that switch behaviour based on the number of bytes spooled
thresholdReached() - Method in class com.atlassian.core.spool.DeferredFileOutputStream
Switches the underlying output stream from a memory based stream to one that is backed by disk.
thresholdReached() - Method in class com.atlassian.core.spool.DeferredSpoolFileOutputStream
 
THROW - Static variable in class com.atlassian.core.test.util.DuckTypeProxy
Throw an exception if the method cannot be found.
Thumber - Class in com.atlassian.core.util.thumbnail
A class to create and retrieve thumbnail of images.
Thumber() - Constructor for class com.atlassian.core.util.thumbnail.Thumber
 
Thumber.WidthHeightHelper - Class in com.atlassian.core.util.thumbnail
 
Thumber.WidthHeightHelper(int, int) - Constructor for class com.atlassian.core.util.thumbnail.Thumber.WidthHeightHelper
 
Thumbnail - Class in com.atlassian.core.util.thumbnail
 
Thumbnail(int, int, String, long) - Constructor for class com.atlassian.core.util.thumbnail.Thumbnail
 
THUMBNAIL_FORMATS - Static variable in class com.atlassian.core.util.thumbnail.Thumber
 
THUMBNAIL_MIME_TYPES - Static variable in class com.atlassian.core.util.thumbnail.Thumber
 
toDateRange(Calendar, int) - Static method in class com.atlassian.core.util.DateUtils
Given a period, and a date that falls within that period, create a range of dates such that the period is contained exactly within [startDate <= {range} < endDate]
toEndOfPeriod(Calendar, int) - Static method in class com.atlassian.core.util.DateUtils
Change the date of a Calendar object so that it has the maximum resolution of "period" where period is one of the constants in CALENDAR_PERIODS above.
tomorrow() - Static method in class com.atlassian.core.util.DateUtils
 
toStartOfPeriod(Calendar, int) - Static method in class com.atlassian.core.util.DateUtils
Change the date of a Calendar object so that it has the minimum resolution of "period" where period is one of the constants in CALENDAR_PERIODS above.
toString() - Method in class com.atlassian.core.util.PairType
 
toString() - Method in class com.atlassian.core.util.thumbnail.Thumbnail
 

U

UserPreferences - Class in com.atlassian.core.user.preferences
 
UserPreferences() - Constructor for class com.atlassian.core.user.preferences.UserPreferences
 
UserPreferences(User) - Constructor for class com.atlassian.core.user.preferences.UserPreferences
 
UserPreferences(PropertySet) - Constructor for class com.atlassian.core.user.preferences.UserPreferences
 
UserPreferences(PropertySet, boolean) - Constructor for class com.atlassian.core.user.preferences.UserPreferences
 
UserPreferences(User, boolean) - Constructor for class com.atlassian.core.user.preferences.UserPreferences
 
UserUtils - Class in com.atlassian.core.user
A utility class for operating on users.
UserUtils() - Constructor for class com.atlassian.core.user.UserUtils
 
UTF16BEBOMBYTES - Static variable in class com.atlassian.core.util.xml.BOMZipFileInputStream
 
UTF16LEBOMBYTES - Static variable in class com.atlassian.core.util.xml.BOMZipFileInputStream
 
UTF32BEBOMBYTES - Static variable in class com.atlassian.core.util.xml.BOMZipFileInputStream
 
UTF32LEBOMBYTES - Static variable in class com.atlassian.core.util.xml.BOMZipFileInputStream
 
UTF8BOMBYTES - Static variable in class com.atlassian.core.util.xml.BOMZipFileInputStream
 

V

validDuration(String) - Static method in class com.atlassian.core.util.DateUtils
Check whether a given duration string is valid
validXml(char) - Static method in class com.atlassian.core.util.XMLUtils
 
valueOf(String) - Static method in enum com.atlassian.core.util.DateUtils.Duration
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.atlassian.core.util.DateUtils.Duration
Returns an array containing the constants of this enum type, in the order they're declared.
verifyLong(Long) - Static method in class com.atlassian.core.util.FilterUtils
 
verifyString(String) - Static method in class com.atlassian.core.util.FilterUtils
Returned string is non-null IFF there is a true value (ie some text)
verifyStringArray(String[]) - Static method in class com.atlassian.core.util.FilterUtils
Retirned string array is non-null IFF there is a true value (ie some text)

W

WordCurlyQuotesRequestWrapper - Class in com.atlassian.core.filters.legacy
Uses StringUtils.escapeCP1252(String, String) to replace high-bit punctuation characters with ASCII equivalents in request parameter values.
WordCurlyQuotesRequestWrapper(HttpServletRequest, String) - Constructor for class com.atlassian.core.filters.legacy.WordCurlyQuotesRequestWrapper
 
writeTo(OutputStream) - Method in class com.atlassian.core.spool.DeferredFileOutputStream
Writes the data from this output stream to the specified output stream, after it has been closed.

X

XMLCleaningReader - Class in com.atlassian.core.util.xml
Class to read XML streams and filter out invalid UTF-8 characters
XMLCleaningReader(Reader) - Constructor for class com.atlassian.core.util.xml.XMLCleaningReader
 
XMLUtils - Class in com.atlassian.core.util
 
XMLUtils() - Constructor for class com.atlassian.core.util.XMLUtils
 
XMLUtils.ReplacePolicy - Class in com.atlassian.core.util
 
XMLUtils.ReplacePolicy() - Constructor for class com.atlassian.core.util.XMLUtils.ReplacePolicy
 
XMLUtils.TransformPolicy - Interface in com.atlassian.core.util
 

Y

YEAR_MILLIS - Static variable in class com.atlassian.core.util.DateUtils
 
yesterday() - Static method in class com.atlassian.core.util.DateUtils
 

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

Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.