Class ProfileDependenciesModule.TestableProfile
java.lang.Object
com._1c.g5.v8.dt.internal.platform.services.core.profiles.Profile
com._1c.g5.v8.dt.platform.services.core.profiles.ProfileDependenciesModule.TestableProfile
- All Implemented Interfaces:
IProfile
- Enclosing class:
- ProfileDependenciesModule
Testable profile.
-
Field Summary
Fields inherited from class com._1c.g5.v8.dt.internal.platform.services.core.profiles.Profile
CUSTOMIZATIONS, location, rootFolder
-
Constructor Summary
ConstructorsConstructorDescriptionTestableProfile
(Path location) Constructor ofProfileDependenciesModule.TestableProfile
. -
Method Summary
Modifier and TypeMethodDescriptionvoid
changeLocation
(Path location) Change location of the profile for test purposes.Methods inherited from class com._1c.g5.v8.dt.internal.platform.services.core.profiles.Profile
checkState, delete, flush, getBooleanValue, getNumberValue, getStringValue, getValue, parseKey, readRootFolder, remove, setBooleanValue, setNumberValue, setStringValue, setValue, sync, toChild, toString
-
Constructor Details
-
TestableProfile
Constructor ofProfileDependenciesModule.TestableProfile
.- Parameters:
location
- the path to profile file in file-system, cannot benull
-
-
Method Details
-
changeLocation
Change location of the profile for test purposes.- Parameters:
location
- the new location of the profile, cannot benull
-