A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  Q  R  S  T  U  V  W  Z 

P

parse(String) - function in tech.harmonysoft.oss.common.time.schedule.impl.TimeWindow.Companion
 
parseDate(String) - function in tech.harmonysoft.oss.common.time.util.DateTimeHelper
 
parseDate(String,String) - function in tech.harmonysoft.oss.common.time.util.DateTimeHelper
 
parseDateTime(String) - function in tech.harmonysoft.oss.common.time.util.DateTimeHelper
 
parseDateTime(String,String) - function in tech.harmonysoft.oss.common.time.util.DateTimeHelper
 
parseKey(String) - function in tech.harmonysoft.oss.common.data.TypedKeyManager
Quite often we want keys to be defined in configs, and it's also not rare for configs to be text files (e.g.
parseTime(String) - function in tech.harmonysoft.oss.common.time.util.DateTimeHelper
 
parseTime(String,String) - function in tech.harmonysoft.oss.common.time.util.DateTimeHelper
 
popFromContext(String) - function in tech.harmonysoft.oss.common.execution.ExecutionContextManager
 
popFromContext(String) - function in tech.harmonysoft.oss.common.execution.impl.ExecutionContextManagerImpl
 
prepareNewBackupDir(File) - function in tech.harmonysoft.oss.common.backup.file.FileSystemBackupService
 
prepareNewBackupDir(File) - function in tech.harmonysoft.oss.common.backup.file.impl.FileSystemBackupServiceImpl
 
prependIndentExceptFirstLine(String,String) - function in tech.harmonysoft.oss.common.string.util.StringUtil
Works as kotlin prependIndent except that the first line is excluded from the processing
probe() - function in tech.harmonysoft.oss.common.time.clock.ClockProviderImpl
 
probe() - function in tech.harmonysoft.oss.common.time.clock.ZonedSystemClockProvider
 
probe() - function in tech.harmonysoft.oss.inpertio.client.ClockProvider
 
probe() - function in tech.harmonysoft.oss.inpertio.client.ConfigProvider
 
probe() - function in tech.harmonysoft.oss.inpertio.client.DiElementsComparatorConfigProvider
 
probe() - function in tech.harmonysoft.oss.inpertio.client.SslCertificateConfigProvider
 
ProcessingResult - class in tech.harmonysoft.oss.common
Quite often we want to return a value of particular type if the processing is successful and a value of another type in case of processing failure.
ProcessingResult.Companion - class in tech.harmonysoft.oss.common.ProcessingResult
 
provide(KeyValueConfigurationContext) - function in tech.harmonysoft.oss.common.template.factory.impl.provider.DynamicKeyValueProvider
 
provide(KeyValueConfigurationContext) - function in tech.harmonysoft.oss.common.template.factory.impl.provider.StaticKeyValueProvider
 
provide(KeyValueConfigurationContext) - function in tech.harmonysoft.oss.common.template.factory.impl.provider.StaticValueProvider
 
provide(KeyValueConfigurationContext) - function in tech.harmonysoft.oss.common.template.factory.impl.provider.ValueProvider
 
pushToContext(String,Object) - function in tech.harmonysoft.oss.common.execution.ExecutionContextManager
This method and popFromContext do the same thing as withContext, it's highly recommended to use them as below:
pushToContext(myKey, myValue)
try {
    // action
} finally {
    popFromContext(myKey)
}
These methods are introduced in order to avoid new lambda object construction during frequent calls to withContext.
pushToContext(String,Object) - function in tech.harmonysoft.oss.common.execution.impl.ExecutionContextManagerImpl
This method and popFromContext do the same thing as withContext, it's highly recommended to use them as below:
pushToContext(myKey, myValue)
try {
    // action
} finally {
    popFromContext(myKey)
}
These methods are introduced in order to avoid new lambda object construction during frequent calls to withContext.
A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  Q  R  S  T  U  V  W  Z