@Immutable public class TestComponent extends Object implements Component
| Modifier and Type | Class and Description | 
|---|---|
| static class  | TestComponent.FileAttributesImpl | 
Component.FileAttributes, Component.Type| Constructor and Description | 
|---|
| TestComponent(String key,
             Component.Type type,
             Component.FileAttributes fileAttributes) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| Component.FileAttributes | getFileAttributes()The attributes of the Component if it's type is File. | 
| String | getKey() | 
| Component.Type | getType() | 
| int | hashCode() | 
| String | toString() | 
public TestComponent(String key, Component.Type type, @Nullable Component.FileAttributes fileAttributes)
public Component.Type getType()
public Component.FileAttributes getFileAttributes()
ComponentgetFileAttributes in interface ComponentCopyright © 2009–2016 SonarSource. All rights reserved.