Package com.shaft.properties.internal
Interface Paths
- All Superinterfaces:
org.aeonbits.owner.Config
,EngineProperties<Paths>
,Serializable
@Sources({"system:properties","file:src/main/resources/properties/path.properties","file:src/main/resources/properties/default/path.properties","classpath:path.properties"})
public interface Paths
extends EngineProperties<Paths>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.aeonbits.owner.Config
org.aeonbits.owner.Config.ConverterClass, org.aeonbits.owner.Config.DecryptorClass, org.aeonbits.owner.Config.DefaultValue, org.aeonbits.owner.Config.DisableableFeature, org.aeonbits.owner.Config.DisableFeature, org.aeonbits.owner.Config.EncryptedValue, org.aeonbits.owner.Config.HotReload, org.aeonbits.owner.Config.HotReloadType, org.aeonbits.owner.Config.Key, org.aeonbits.owner.Config.LoadPolicy, org.aeonbits.owner.Config.LoadType, org.aeonbits.owner.Config.PreprocessorClasses, org.aeonbits.owner.Config.Separator, org.aeonbits.owner.Config.Sources, org.aeonbits.owner.Config.TokenizerClass
-
Method Summary
-
Method Details
-
properties
-
defaultProperties
@Key("defaultPropertiesFolderPath") @DefaultValue("src/main/resources/properties/default") String defaultProperties() -
dynamicObjectRepository
@Key("dynamicObjectRepositoryPath") @DefaultValue("src/main/resources/dynamicObjectRepository/") String dynamicObjectRepository() -
testData
-
downloads
-
allureResults
-
extentReports
-
executionSummaryReport
@Key("executionSummaryReportFolderPath") @DefaultValue("execution-summary/") String executionSummaryReport() -
video
-
applitoolsApiKey
-
services
-
set
- Specified by:
set
in interfaceEngineProperties<Paths>
-