跳过导航链接
A C D E F G H I J L M O P R S T U V W 

A

addJarsOrDirectoriesToClasspath(ClassLoader, List<File>) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.ClassUtils
Adds these jars or directories to the classpath.
arrayToCommaDelimitedString(Object[]) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
Turns this string array in one comma-delimited string.
arrayToDelimitedString(String, Object[]) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
Turns this string array in one delimited string.

C

Callback - cn.com.pism.frc.resourcescanner中的接口
This is the main callback interface that should be implemented to handle Flyway lifecycle events.
canExecuteInTransaction() - 接口 中的方法cn.com.pism.frc.resourcescanner.JavaMigration
Whether the execution should take place inside a transaction.
canExecuteInTransaction() - 接口 中的方法cn.com.pism.frc.resourcescanner.MigrationExecutor
Whether the execution can take place inside a transaction.
canHandleInTransaction(Event, Context) - 接口 中的方法cn.com.pism.frc.resourcescanner.Callback
Whether this event can be handled in a transaction or whether it must be handled outside a transaction instead.
ClassPathLocationScanner - cn.com.pism.frc.resourcescanner中的接口
Scans for classpath resources in this location.
ClassPathResource - cn.com.pism.frc.resourcescanner中的类
A resource on the classpath.
ClassPathResource(Location, String, ClassLoader, Charset) - 类 的构造器cn.com.pism.frc.resourcescanner.ClassPathResource
Creates a new ClassPathResource.
ClassPathScanner<I> - cn.com.pism.frc.resourcescanner中的类
ClassPath scanner.
ClassPathScanner(Class<I>, ClassLoader, Charset, Location, ResourceNameCache, LocationScannerCache) - 类 的构造器cn.com.pism.frc.resourcescanner.ClassPathScanner
Creates a new Classpath scanner.
ClassProvider<I> - cn.com.pism.frc.resourcescanner中的接口
A facility to obtain classes.
ClassUtils - cn.com.pism.frc.resourcescanner.utils中的类
Utility methods for dealing with classes.
cn.com.pism.frc - 程序包 cn.com.pism.frc
 
cn.com.pism.frc.resourcescanner - 程序包 cn.com.pism.frc.resourcescanner
 
cn.com.pism.frc.resourcescanner.exception - 程序包 cn.com.pism.frc.resourcescanner.exception
 
cn.com.pism.frc.resourcescanner.utils - 程序包 cn.com.pism.frc.resourcescanner.utils
 
collapseWhitespace(String) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
Replaces all sequences of whitespace by a single blank.
collectionToCommaDelimitedString(Collection<?>) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
Convenience method to return a Collection as a comma-delimited String.
collectionToDelimitedString(Collection<?>, String) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
Convenience method to return a Collection as a delimited String.
compareTo(LoadableResource) - 类 中的方法cn.com.pism.frc.resourcescanner.LoadableResource
 
compareTo(Location) - 类 中的方法cn.com.pism.frc.resourcescanner.Location
 
compareTo(MigrationVersion) - 类 中的方法cn.com.pism.frc.resourcescanner.MigrationVersion
 
Configuration - cn.com.pism.frc.resourcescanner中的接口
Flyway configuration.
containsKey(String) - 类 中的方法cn.com.pism.frc.resourcescanner.LocationScannerCache
 
Context - cn.com.pism.frc.resourcescanner中的接口
The context relevant to a Java-based migration.
countOccurrencesOf(String, String) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
Counts the number of occurrences of this token in this string.
CURRENT - 类 中的静态变量cn.com.pism.frc.resourcescanner.MigrationVersion
Current version.

D

decodeURL(String) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.UrlUtils
Decodes this UTF-8 encoded URL.
DefaultUrlResolver - cn.com.pism.frc.resourcescanner中的类
Default implementation of UrlResolver.
DefaultUrlResolver() - 类 的构造器cn.com.pism.frc.resourcescanner.DefaultUrlResolver
 

E

EMPTY - 类 中的静态变量cn.com.pism.frc.resourcescanner.MigrationVersion
Version for an empty schema.
equals(Object) - 类 中的方法cn.com.pism.frc.resourcescanner.ClassPathResource
 
equals(Object) - 类 中的方法cn.com.pism.frc.resourcescanner.Location
 
equals(Object) - 类 中的方法cn.com.pism.frc.resourcescanner.MigrationVersion
 
ErrorCode - cn.com.pism.frc.resourcescanner.exception中的枚举
 
Event - cn.com.pism.frc.resourcescanner中的枚举
The Flyway lifecycle events that can be handled in callbacks.
ExceptionUtils - cn.com.pism.frc.resourcescanner.utils中的类
Utility class for dealing with exceptions.
execute(Context) - 接口 中的方法cn.com.pism.frc.resourcescanner.MigrationExecutor
Executes the migration this executor is associated with.
exists() - 类 中的方法cn.com.pism.frc.resourcescanner.ClassPathResource
 

F

FeatureDetector - cn.com.pism.frc.resourcescanner中的类
Detects whether certain features are available or not.
FeatureDetector(ClassLoader) - 类 的构造器cn.com.pism.frc.resourcescanner.FeatureDetector
Creates a new FeatureDetector.
FILESYSTEM_PREFIX - 类 中的静态变量cn.com.pism.frc.resourcescanner.Location
The prefix for filesystem locations.
FileSystemClassPathLocationScanner - cn.com.pism.frc.resourcescanner中的类
ClassPathLocationScanner for the file system.
FileSystemClassPathLocationScanner() - 类 的构造器cn.com.pism.frc.resourcescanner.FileSystemClassPathLocationScanner
 
findResourceNames(String, URL) - 接口 中的方法cn.com.pism.frc.resourcescanner.ClassPathLocationScanner
Finds the resource names below this location on the classpath under this locationUrl.
findResourceNames(String, URL) - 类 中的方法cn.com.pism.frc.resourcescanner.FileSystemClassPathLocationScanner
 
findResourceNames(String, URL) - 类 中的方法cn.com.pism.frc.resourcescanner.JarFileClassPathLocationScanner
 
fromId(String) - 枚举 中的静态方法cn.com.pism.frc.resourcescanner.Event
Retrieves the event with this id.
fromVersion(String) - 类 中的静态方法cn.com.pism.frc.resourcescanner.MigrationVersion
Create a MigrationVersion from a version String.

G

get(String) - 类 中的方法cn.com.pism.frc.resourcescanner.LocationScannerCache
 
get(ClassPathLocationScanner, URL) - 类 中的方法cn.com.pism.frc.resourcescanner.ResourceNameCache
 
getAbsolutePath() - 类 中的方法cn.com.pism.frc.resourcescanner.ClassPathResource
 
getAbsolutePath() - 接口 中的方法cn.com.pism.frc.resourcescanner.Resource
 
getAbsolutePathOnDisk() - 类 中的方法cn.com.pism.frc.resourcescanner.ClassPathResource
 
getAbsolutePathOnDisk() - 接口 中的方法cn.com.pism.frc.resourcescanner.Resource
 
getBaselineDescription() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Retrieves the description to tag an existing schema with when executing baseline.
getBaselineVersion() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Retrieves the version to tag an existing schema with when executing baseline.
getCallbacks() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Gets the callbacks for lifecycle notifications.
getChecksum() - 接口 中的方法cn.com.pism.frc.resourcescanner.JavaMigration
Computes the checksum of the migration.
getChecksum() - 接口 中的方法cn.com.pism.frc.resourcescanner.ResolvedMigration
 
getClasses() - 接口 中的方法cn.com.pism.frc.resourcescanner.ClassProvider
Retrieve all classes which implement the specified interface.
getClasses() - 类 中的方法cn.com.pism.frc.resourcescanner.Scanner
Scans the classpath for concrete classes under the specified package implementing the specified interface.
getClassLoader() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Retrieves the ClassLoader to use for loading migrations, resolvers, etc from the classpath.
getConfiguration() - 接口 中的方法cn.com.pism.frc.resourcescanner.Context
 
getConnection() - 接口 中的方法cn.com.pism.frc.resourcescanner.Context
 
getConnectRetries() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
The maximum number of retries when attempting to connect to the database.
getCreateSchemas() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Whether Flyway should attempt to create the schemas specified in the schemas property
getDataSource() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Retrieves the dataSource to use to access the database.
getDefaultSchema() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
The default schema managed by Flyway.
getDescription() - 接口 中的方法cn.com.pism.frc.resourcescanner.JavaMigration
 
getDescription() - 接口 中的方法cn.com.pism.frc.resourcescanner.ResolvedMigration
 
getDescriptor() - 类 中的方法cn.com.pism.frc.resourcescanner.Location
 
getDryRunOutput() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
The stream where to output the SQL statements of a migration dry run.
getEncoding() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Retrieves the encoding of Sql migrations.
getErrorCode() - 异常错误 中的方法cn.com.pism.frc.resourcescanner.exception.ScannerException
 
getErrorOverrides() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Rules for the built-in error handler that let you override specific SQL states and errors codes in order to force specific errors or warnings to be treated as debug messages, info messages, warnings or errors.
getExecutor() - 接口 中的方法cn.com.pism.frc.resourcescanner.ResolvedMigration
 
getFilename() - 类 中的方法cn.com.pism.frc.resourcescanner.ClassPathResource
 
getFilename() - 接口 中的方法cn.com.pism.frc.resourcescanner.Resource
 
getId() - 枚举 中的方法cn.com.pism.frc.resourcescanner.Event
 
getInitSql() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
The SQL statements to run to initialize a new database connection immediately after opening it.
getInstalledBy() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
The username that will be recorded in the schema history table as having applied the migration.
getJavaMigrationClassProvider() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Retrieves the custom ClassProvider to be used to look up JavaMigration classes.
getJavaMigrations() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
The manually added Java-based migrations.
getLicenseKey() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Your Flyway license key (FL01...).
getLocationOnDisk(Class<?>) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.ClassUtils
Retrieves the physical location on disk of this class.
getLocations() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Retrieves the locations to scan recursively for migrations.
getMajor() - 类 中的方法cn.com.pism.frc.resourcescanner.MigrationVersion
 
getMajorAsString() - 类 中的方法cn.com.pism.frc.resourcescanner.MigrationVersion
 
getMinorAsString() - 类 中的方法cn.com.pism.frc.resourcescanner.MigrationVersion
 
getPath() - 类 中的方法cn.com.pism.frc.resourcescanner.Location
 
getPathRegex() - 类 中的方法cn.com.pism.frc.resourcescanner.Location
 
getPathRelativeToThis(String) - 类 中的方法cn.com.pism.frc.resourcescanner.Location
Returns the path relative to this location.
getPhysicalLocation() - 接口 中的方法cn.com.pism.frc.resourcescanner.ResolvedMigration
 
getPlaceholderPrefix() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Retrieves the prefix of every placeholder.
getPlaceholders() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Retrieves the map of <placeholder, replacementValue> to apply to sql migration scripts.
getPlaceholderSuffix() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Retrieves the suffix of every placeholder.
getPrefix() - 类 中的方法cn.com.pism.frc.resourcescanner.Location
 
getRelativePath() - 类 中的方法cn.com.pism.frc.resourcescanner.ClassPathResource
 
getRelativePath() - 接口 中的方法cn.com.pism.frc.resourcescanner.Resource
 
getRepeatableSqlMigrationPrefix() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Retrieves the file name prefix for repeatable SQL migrations.
getResolvers() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Retrieves the custom MigrationResolvers to be used in addition to the built-in ones for resolving Migrations to apply.
getResource(String) - 接口 中的方法cn.com.pism.frc.resourcescanner.ResourceProvider
Retrieves the resource with this name.
getResource(String) - 类 中的方法cn.com.pism.frc.resourcescanner.Scanner
 
getResourceProvider() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Retrieves the custom ResourceProvider to be used to look up resources.
getResources(String, String[]) - 接口 中的方法cn.com.pism.frc.resourcescanner.ResourceProvider
Retrieve all resources whose name begins with this prefix and ends with any of these suffixes.
getResources(String, String...) - 类 中的方法cn.com.pism.frc.resourcescanner.Scanner
Returns all known resources starting with the specified prefix and ending with any of the specified suffixes.
getRootCause(Throwable) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.ExceptionUtils
Returns the root cause of this throwable.
getRootPath() - 类 中的方法cn.com.pism.frc.resourcescanner.Location
 
getSchemas() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
The schemas managed by Flyway.
getScript() - 接口 中的方法cn.com.pism.frc.resourcescanner.ResolvedMigration
 
getSqlMigrationPrefix() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
The file name prefix for versioned SQL migrations.
getSqlMigrationSeparator() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Retrieves the file name separator for sql migrations.
getSqlMigrationSuffixes() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
The file name suffixes for SQL migrations.
getStaticFieldValue(String, String, ClassLoader) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.ClassUtils
Gets the String value of a static field.
getTable() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Retrieves the name of the schema history table that will be used by Flyway.
getTablespace() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
The tablespace where to create the schema history table that will be used by Flyway.
getTarget() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Gets the target version up to which Flyway should consider migrations.
getThrowLocation(Throwable) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.ExceptionUtils
Retrives the exact location where this exception was thrown.
getType() - 接口 中的方法cn.com.pism.frc.resourcescanner.ResolvedMigration
 
getUndoSqlMigrationPrefix() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
The file name prefix for undo SQL migrations.
getVersion() - 接口 中的方法cn.com.pism.frc.resourcescanner.JavaMigration
 
getVersion() - 类 中的方法cn.com.pism.frc.resourcescanner.MigrationVersion
 
getVersion() - 接口 中的方法cn.com.pism.frc.resourcescanner.ResolvedMigration
 

H

handle(Event, Context) - 接口 中的方法cn.com.pism.frc.resourcescanner.Callback
Handles this Flyway lifecycle event.
hashCode() - 类 中的方法cn.com.pism.frc.resourcescanner.ClassPathResource
 
hashCode() - 类 中的方法cn.com.pism.frc.resourcescanner.Location
 
hashCode() - 类 中的方法cn.com.pism.frc.resourcescanner.MigrationVersion
 
hasLength(String) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
Checks whether this string is not null and not empty.
hasText(String) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
Checks whether this string isn't null and contains at least one non-blank character.

I

instantiate(String, ClassLoader) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.ClassUtils
Creates a new instance of this class.
instantiate(Class<T>) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.ClassUtils
Creates a new instance of this class.
instantiateAll(String[], ClassLoader) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.ClassUtils
Instantiate all these classes.
isAndroidAvailable() - 类 中的方法cn.com.pism.frc.resourcescanner.FeatureDetector
Checks if Android is available.
isApacheCommonsLoggingAvailable() - 类 中的方法cn.com.pism.frc.resourcescanner.FeatureDetector
Checks whether Apache Commons Logging is available.
isAtLeast(String) - 类 中的方法cn.com.pism.frc.resourcescanner.MigrationVersion
Convenience method for quickly checking whether this version is at least as new as this other version.
isBaselineOnMigrate() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Whether to automatically call baseline when migrate is executed against a non-empty schema with no schema history table.
isBatch() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Whether to batch SQL statements when executing them.
isCharAnyOf(char, String) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
Checks whether this characters matches any of these characters.
isClassPath() - 类 中的方法cn.com.pism.frc.resourcescanner.Location
Checks whether this denotes a location on the classpath.
isCleanDisabled() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Whether to disable clean.
isCleanOnValidationError() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Whether to automatically call clean or not when a validation error occurs.
isFileSystem() - 类 中的方法cn.com.pism.frc.resourcescanner.Location
Checks whether this denotes a location on the filesystem.
isGroup() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Whether to group all pending migrations together in the same transaction when applying them (only recommended for databases with support for DDL transactions).
isIgnoreFutureMigrations() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Ignore future migrations when reading the schema history table.
isIgnoreIgnoredMigrations() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Ignore ignored migrations when reading the schema history table.
isIgnoreMissingMigrations() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Ignore missing migrations when reading the schema history table.
isIgnorePendingMigrations() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Ignore pending migrations when reading the schema history table.
isJBossVFSv2Available() - 类 中的方法cn.com.pism.frc.resourcescanner.FeatureDetector
Checks whether JBoss VFS v2 is available.
isJBossVFSv3Available() - 类 中的方法cn.com.pism.frc.resourcescanner.FeatureDetector
Checks whether JBoss VFS is available.
isMajorNewerThan(String) - 类 中的方法cn.com.pism.frc.resourcescanner.MigrationVersion
Convenience method for quickly checking whether this major version is newer than this other major version.
isMixed() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Whether to allow mixing transactional and non-transactional statements within the same migration.
isNewerThan(String) - 类 中的方法cn.com.pism.frc.resourcescanner.MigrationVersion
Convenience method for quickly checking whether this version is newer than this other version.
isOracleSqlplus() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Whether to Flyway's support for Oracle SQL*Plus commands should be activated.
isOracleSqlplusWarn() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Whether Flyway should issue a warning instead of an error whenever it encounters an Oracle SQL*Plus statement it doesn't yet support.
isOsgiFrameworkAvailable() - 类 中的方法cn.com.pism.frc.resourcescanner.FeatureDetector
Checks if OSGi framework is available.
isOutOfOrder() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Allows migrations to be run "out of order".
isParentOf(Location) - 类 中的方法cn.com.pism.frc.resourcescanner.Location
Checks whether this location is a parent of this other location.
isPlaceholderReplacement() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Checks whether placeholders should be replaced.
isPresent(String, ClassLoader) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.ClassUtils
Determine whether the Class identified by the supplied name is present and can be loaded.
isSkipDefaultCallbacks() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Whether Flyway should skip the default callbacks.
isSkipDefaultResolvers() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Whether Flyway should skip the default resolvers.
isSlf4jAvailable() - 类 中的方法cn.com.pism.frc.resourcescanner.FeatureDetector
Checks whether Slf4j is available.
isStream() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Whether to stream SQL migrations when executing them.
isSynthetic() - 枚举 中的方法cn.com.pism.frc.resourcescanner.MigrationType
 
isUndo() - 接口 中的方法cn.com.pism.frc.resourcescanner.JavaMigration
Whether this is an undo migration for a previously applied versioned migration.
isUndo() - 枚举 中的方法cn.com.pism.frc.resourcescanner.MigrationType
 
isValidateMigrationNaming() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Whether to validate migrations and callbacks whose scripts do not obey the correct naming convention.
isValidateOnMigrate() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Whether to automatically call validate or not when running migrate.

J

JarFileClassPathLocationScanner - cn.com.pism.frc.resourcescanner中的类
ClassPathLocationScanner for jar files.
JavaMigration - cn.com.pism.frc.resourcescanner中的接口
Interface to be implemented by Java-based Migrations.

L

LATEST - 类 中的静态变量cn.com.pism.frc.resourcescanner.MigrationVersion
Latest version.
left(String, int) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
Returns the first n characters from this string, where n = count.
leftPad(String, int, char) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
 
LoadableResource - cn.com.pism.frc.resourcescanner中的类
A loadable resource.
LoadableResource() - 类 的构造器cn.com.pism.frc.resourcescanner.LoadableResource
 
loadClass(Class<I>, String, ClassLoader) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.ClassUtils
Loads the class with this name using the class loader.
Location - cn.com.pism.frc.resourcescanner中的类
A location to load migrations from.
Location(String) - 类 的构造器cn.com.pism.frc.resourcescanner.Location
Creates a new location.
LocationScannerCache - cn.com.pism.frc.resourcescanner中的类
 
LocationScannerCache() - 类 的构造器cn.com.pism.frc.resourcescanner.LocationScannerCache
 

M

main(String[]) - 类 中的静态方法cn.com.pism.frc.resourcescanner.Scanner
 
matchesPath(String) - 类 中的方法cn.com.pism.frc.resourcescanner.Location
 
migrate(Context) - 接口 中的方法cn.com.pism.frc.resourcescanner.JavaMigration
Executes this migration.
MigrationExecutor - cn.com.pism.frc.resourcescanner中的接口
Executes a migration.
MigrationResolver - cn.com.pism.frc.resourcescanner中的接口
Resolves available migrations.
MigrationType - cn.com.pism.frc.resourcescanner中的枚举
Type of migration.
MigrationVersion - cn.com.pism.frc.resourcescanner中的类
A version of a migration.

O

outputQueryResults() - 接口 中的方法cn.com.pism.frc.resourcescanner.Configuration
Whether Flyway should output a table with the results of queries when executing migrations.

P

put(String, ClassPathLocationScanner) - 类 中的方法cn.com.pism.frc.resourcescanner.LocationScannerCache
 
put(ClassPathLocationScanner, Map<URL, Set<String>>) - 类 中的方法cn.com.pism.frc.resourcescanner.ResourceNameCache
 
put(ClassPathLocationScanner, URL, Set<String>) - 类 中的方法cn.com.pism.frc.resourcescanner.ResourceNameCache
 

R

read() - 类 中的方法cn.com.pism.frc.resourcescanner.ClassPathResource
 
read() - 类 中的方法cn.com.pism.frc.resourcescanner.LoadableResource
Reads the contents of this resource.
replace(String, String, String) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
Replace all occurences of a substring within a string with another string.
replaceAll(String, String, String) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
Replaces all occurrances of this originalToken in this string with this replacementToken.
ResolvedMigration - cn.com.pism.frc.resourcescanner中的接口
Migration resolved through a MigrationResolver.
resolveMigrations(Context) - 接口 中的方法cn.com.pism.frc.resourcescanner.MigrationResolver
Resolves the available migrations.
Resource - cn.com.pism.frc.resourcescanner中的接口
A resource (such as a .sql file) used by Flyway.
ResourceAndClassScanner<I> - cn.com.pism.frc.resourcescanner中的接口
Scanner for both resources and classes.
ResourceNameCache - cn.com.pism.frc.resourcescanner中的类
 
ResourceNameCache() - 类 的构造器cn.com.pism.frc.resourcescanner.ResourceNameCache
 
ResourceProvider - cn.com.pism.frc.resourcescanner中的接口
A facility to obtain loadable resources.

S

scanForClasses() - 类 中的方法cn.com.pism.frc.resourcescanner.ClassPathScanner
 
scanForClasses() - 接口 中的方法cn.com.pism.frc.resourcescanner.ResourceAndClassScanner
Scans the classpath for concrete classes under the specified package implementing the specified interface.
scanForResources() - 类 中的方法cn.com.pism.frc.resourcescanner.ClassPathScanner
 
scanForResources() - 接口 中的方法cn.com.pism.frc.resourcescanner.ResourceAndClassScanner
Scans the classpath for resources under the configured location.
Scanner<I> - cn.com.pism.frc.resourcescanner中的类
Scanner for Resources and Classes.
Scanner(Class<I>, Collection<Location>, ClassLoader, Charset, ResourceNameCache, LocationScannerCache) - 类 的构造器cn.com.pism.frc.resourcescanner.Scanner
 
ScannerException - cn.com.pism.frc.resourcescanner.exception中的异常错误
Exception thrown when Flyway encounters a problem.
ScannerException(String, Throwable, ErrorCode) - 异常错误 的构造器cn.com.pism.frc.resourcescanner.exception.ScannerException
Creates a new FlywayException with this message, cause, and error code.
ScannerException(String, ErrorCode) - 异常错误 的构造器cn.com.pism.frc.resourcescanner.exception.ScannerException
Creates a new FlywayException with this message and error code
ScannerException(String, Throwable) - 异常错误 的构造器cn.com.pism.frc.resourcescanner.exception.ScannerException
Creates a new FlywayException with this message and this cause.
ScannerException(Throwable) - 异常错误 的构造器cn.com.pism.frc.resourcescanner.exception.ScannerException
Creates a new FlywayException with this cause.
ScannerException(String) - 异常错误 的构造器cn.com.pism.frc.resourcescanner.exception.ScannerException
Creates a new FlywayException with this message.
ScannerException() - 异常错误 的构造器cn.com.pism.frc.resourcescanner.exception.ScannerException
Creates a new FlywayException.
startsAndEndsWith(String, String, String...) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
Checks whether this strings both begins with this prefix and ends withs either of these suffixes.
StringUtils - cn.com.pism.frc.resourcescanner.utils中的类
Various string-related utilities.
supports(Event, Context) - 接口 中的方法cn.com.pism.frc.resourcescanner.Callback
Whether this callback supports this event or not.

T

toFilePath(URL) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.UrlUtils
Retrieves the file path of this URL, with any trailing slashes removed.
tokenizeToStringArray(String, String) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
Splits this string into an array using these delimiters.
tokenizeToStringCollection(String, String) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
Splits this string into a collection using these delimiters.
tokenizeToStringCollection(String, char, char) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
Splits this string into a collection using this delimiter and this group delimiter.
toMessage(SQLException) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.ExceptionUtils
Transforms the details of this SQLException into a nice readable message.
toStandardJavaUrl(URL) - 类 中的方法cn.com.pism.frc.resourcescanner.DefaultUrlResolver
 
toStandardJavaUrl(URL) - 接口 中的方法cn.com.pism.frc.resourcescanner.UrlResolver
Resolves this container-specific URL into standard Java URL.
toString() - 枚举 中的方法cn.com.pism.frc.resourcescanner.Event
 
toString() - 类 中的方法cn.com.pism.frc.resourcescanner.Location
 
toString() - 类 中的方法cn.com.pism.frc.resourcescanner.MigrationVersion
 
trimLeadingCharacter(String, char) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
Trim any leading occurrence of this character from the given String.
trimLeadingWhitespace(String) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
Trim leading whitespace from the given String.
trimLineBreak(String) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
Trim the trailing linebreak (if any) from this string.
trimOrLeftPad(String, int, char) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
Trims or pads this string, so it has this exact length.
trimOrPad(String, int) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
Trims or pads (with spaces) this string, so it has this exact length.
trimOrPad(String, int, char) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
Trims or pads this string, so it has this exact length.
trimTrailingWhitespace(String) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
Trim trailing whitespace from the given String.

U

UrlResolver - cn.com.pism.frc.resourcescanner中的接口
Resolves container-specific URLs into standard Java URLs.
UrlUtils - cn.com.pism.frc.resourcescanner.utils中的类
Collection of utility methods for working with URLs.

V

valueOf(String) - 枚举 中的静态方法cn.com.pism.frc.resourcescanner.Event
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.com.pism.frc.resourcescanner.exception.ErrorCode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.com.pism.frc.resourcescanner.MigrationType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.com.pism.frc.resourcescanner.Event
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.com.pism.frc.resourcescanner.exception.ErrorCode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.com.pism.frc.resourcescanner.MigrationType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

wordWrap(String, int) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
Wrap this string at the word boundary at or below lineSize characters.
wrap(String, int) - 类 中的静态方法cn.com.pism.frc.resourcescanner.utils.StringUtils
Wrap this string every lineSize characters.
A C D E F G H I J L M O P R S T U V W 
跳过导航链接

Copyright © 2022. All rights reserved.