Class QualifiedPath.Builder
java.lang.Object
com.inductiveautomation.ignition.common.QualifiedPath.Builder
- Enclosing class:
- QualifiedPath
A builder to assist in constructing
QualifiedPaths.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Sets a value for an id ofWellKnownPathTypes.Alarm.Sets a value for an id ofWellKnownPathTypes.Event.setMachine(String machineValue) Sets a value for an id ofWellKnownPathTypes.Machine.setProject(String project) Sets a value for an id ofWellKnownPathTypes.Project.setProperty(String propName) Sets a value for an id ofWellKnownPathTypes.Property.setProvider(String providerValue) Sets a value for an id ofWellKnownPathTypes.Provider.Sets a value for an id ofWellKnownPathTypes.Source.Sets a value for an id ofWellKnownPathTypes.System.Sets a value for an id ofWellKnownPathTypes.Tag.Sets a value for an id ofWellKnownPathTypes.User.setUserProfile(String userProfile) Sets a value for an id ofWellKnownPathTypes.UserProfile.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
set
-
setMachine
Sets a value for an id ofWellKnownPathTypes.Machine.- Returns:
- This Builder.
-
setSystem
Sets a value for an id ofWellKnownPathTypes.System.- Returns:
- This Builder.
-
setDriver
-
setTag
Sets a value for an id ofWellKnownPathTypes.Tag.- Returns:
- This Builder.
-
setAlarm
Sets a value for an id ofWellKnownPathTypes.Alarm.- Returns:
- This Builder.
-
setEvent
Sets a value for an id ofWellKnownPathTypes.Event.- Returns:
- This Builder.
-
setProvider
Sets a value for an id ofWellKnownPathTypes.Provider.- Returns:
- This Builder.
-
setUser
Sets a value for an id ofWellKnownPathTypes.User.- Returns:
- This Builder.
-
setUserProfile
Sets a value for an id ofWellKnownPathTypes.UserProfile.- Returns:
- This Builder.
-
setProperty
Sets a value for an id ofWellKnownPathTypes.Property.- Returns:
- This Builder.
-
setSource
Sets a value for an id ofWellKnownPathTypes.Source.- Returns:
- This Builder.
-
setProject
Sets a value for an id ofWellKnownPathTypes.Project.- Returns:
- This Builder.
-
build
- Returns:
- An
QualifiedPathbuilt from all the parts set on this Builder.
-