Package net.sourceforge.pmd.lang.apex
        Class ApexLanguageProperties
- 
                    
                    
- All Implemented Interfaces:
 - 
                            
                            
net.sourceforge.pmd.properties.PropertySource 
public class ApexLanguageProperties extends LanguagePropertyBundle
Clément Fournier
 
- 
                
                    
                    
- 
                                
                            
                                
Field Summary
Fields Modifier and Type Field Description public final static PropertyDescriptor<Optional<String>>MULTIFILE_DIRECTORYpublic final static PropertyDescriptor<String>SUPPRESS_MARKERpublic final static StringLANGUAGE_VERSIONpublic final Languagelanguagepublic final List<PropertyDescriptor<out Object>>propertyDescriptors 
- 
                                
                            
                                
Constructor Summary
Constructors Constructor Description ApexLanguageProperties() 
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description - 
                                            
                                        
                                            
Methods inherited from class net.sourceforge.pmd.lang.LanguagePropertyBundle
getLanguage, getLanguageVersion, getName, getSuppressMarker, setLanguageVersion - 
                                            
                                        
                                            
Methods inherited from class net.sourceforge.pmd.properties.AbstractPropertySource
definePropertyDescriptor, equals, getOverriddenPropertiesByPropertyDescriptor, getOverriddenPropertyDescriptors, getPropertiesByPropertyDescriptor, getProperty, getPropertyDescriptor, getPropertyDescriptors, hasDescriptor, hashCode, isPropertyOverridden, setProperty - 
                                            
                                        
                                            
Methods inherited from class net.sourceforge.pmd.properties.PropertySource
dysfunctionReason - 
                                        
                                    
                                        
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 - 
                                            
                                        
                                            
 
 -