Class ProjectWriter
java.lang.Object
com.inductiveautomation.factorypmi.application.runtime.ProjectWriter
- All Implemented Interfaces:
LaunchContext.WritableProject
Simple implementation of LaunchContext.WritableProject. Don't use directly - let ProjectCacheUpdateHelper
decide if it is safe to instantiate this class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
updateProjectCache
(LaunchContext context, RuntimeProject project) void
write
(OutputStream stream)
-
Constructor Details
-
ProjectWriter
-
-
Method Details
-
write
- Specified by:
write
in interfaceLaunchContext.WritableProject
- Throws:
IOException
-
updateProjectCache
public static void updateProjectCache(LaunchContext context, RuntimeProject project) throws IOException - Throws:
IOException
-