180181182183184185186187188
* * @return true if the version is allowed. */ public boolean isAllowed() { OperatingSystemProfileActivator activator = new OperatingSystemProfileActivator(); return activator.isActive( createProfile() ); }
157158159160161162163164165