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