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 voidupdateProjectCache(LaunchContext context, RuntimeProject project) voidwrite(OutputStream stream)  
- 
Constructor Details
- 
ProjectWriter
 
 - 
 - 
Method Details
- 
write
- Specified by:
 writein interfaceLaunchContext.WritableProject- Throws:
 IOException
 - 
updateProjectCache
public static void updateProjectCache(LaunchContext context, RuntimeProject project) throws IOException - Throws:
 IOException
 
 -