All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jadex.platform.service.context.Context.component.xml Maven / Gradle / Ivy



	
	
		
	
	
	
	    
	        
				$args.contextserviceclass!=null ? jadex.commons.SReflect.classForName0($args.contextserviceclass, jadex.commons.SReflect.class.getClassLoader()).newInstance() : jadex.commons.SReflect.isAndroid() ? jadex.platform.service.context.AndroidContextService.class.getConstructor(new Class[]{jadex.bridge.IComponentIdentifier.class}).newInstance(new Object[]{$component.getComponentIdentifier()}): jadex.platform.service.context.ContextService.class.getConstructor(new Class[]{jadex.bridge.IComponentIdentifier.class}).newInstance(new Object[]{$component.getComponentIdentifier()})	        
			
	    
	
	
	
		true
	





© 2015 - 2024 Weber Informatics LLC | Privacy Policy